Guest User

Untitled

a guest
Oct 23rd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. first, second = 1, 1
  2. print 1,1,
  3. for x in xrange(15):
  4. first, second = second, first+second
  5. print second,
Add Comment
Please, Sign In to add comment