mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 23:36:19 +02:00
Renamed files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from math import sqrt
|
||||
|
||||
res = 0
|
||||
for i in range(1,1001):
|
||||
res = 1+res/i
|
||||
print(i, res)
|
||||
|
||||
print(1 + sqrt(5)/2)
|
||||
Reference in New Issue
Block a user