index
:
project_euler.git
master
My solutions to the project euler problems
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
wip
/
026-reciprocal_cycles.py
blob: b502c9a2c8daca57f1b235e7baaa8c5ba19fa9c3 (
plain
)
1
2
3
4
5
from
decimal
import
Decimal
for
i
in
range
(
1
,
11
):
# decimals = int(str(1/i)[2:])
print
(
d
)