Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x=0
- c=97
- while c>=1:
- if c==97:
- a=c+(1/103)
- c=c-6
- else:
- a=c+1/a
- c=c-6
- print('A=',a)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement