Sfoglia il codice sorgente

Removed unused import

Taddeus Kroes 13 anni fa
parent
commit
5bfdb814aa
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      problem34.py

+ 0 - 1
problem34.py

@@ -1,5 +1,4 @@
 #!/usr/bin/env python
-from itertools import combinations
 from math import factorial
 
 def digits(n):