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
short hand if else
Game4
linked_lists_2+decisions
I_Love_India
gj
PyStack
HW selectionsort using while
just Comment
Assignment-3c
Tuples operating with '+' '*'