Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
fibonacci sequence generator and golden ratio
#python 3.5.2 #fibonacci sequence generator and golden ratio x,y,z,M=1,1,2,5000 while x<=M:z=x+y;print('{}+{}={}, ratio: {}'.format(x,y,z,str(x/y)[:5]));y=x;x=z;
run
|
edit
|
history
|
help
0
H.W5
What regex will match these lines?
134
python decorator with parameter example
hahahah
ElaineBrown** rextester.com
ConstructorBehaviourInInheritance
Primes finding algorithm
Hello world
String Toggling