My Snippets
My Collections
Search Engine
Pricing
Untitled
Boss
python
3 years ago
82 B
3
Indexable
a=1 b=1 print(a) print(b) for i in range(2,100): a,b=b,a+b print(b)
Editor is loading...