Commit dae8aa53 authored by Taddeus Kroes's avatar Taddeus Kroes

Removed some useless imports.

parent 4977fe1c
#!/usr/bin/env python #!/usr/bin/env python
from decimal import Decimal as D
import re
for i in range(2, 11): for i in range(2, 11):
r = str(round(1. / i, 1000))[2:-1] r = str(round(1. / i, 1000))[2:-1]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment