Initial commit
This commit is contained in:
4
src/task26 - Reciprocal cycles.py
Normal file
4
src/task26 - Reciprocal cycles.py
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
for i in range(1,1000):
|
||||
x = 1/i
|
||||
|
Reference in New Issue
Block a user