@@ -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]