Преглед изворни кода

Removed some useless imports.

Taddeus Kroes пре 14 година
родитељ
комит
dae8aa5365
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      problem26.py

+ 0 - 3
problem26.py

@@ -1,7 +1,4 @@
 #!/usr/bin/env python
-from decimal import Decimal as D
-import re
-
 for i in range(2, 11):
     r = str(round(1. / i, 1000))[2:-1]