Files
euler/src/task26 - Reciprocal cycles.py
2020-06-21 23:53:32 +02:00

4 lines
41 B
Python

for i in range(1,1000):
x = 1/i