Guest User

Untitled

a guest
Sep 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import time
  2. x=1
  3. print x
  4. time.sleep(1)
  5. while True:
  6. print x
  7. time.sleep(1)
  8. x+=1
  9. x = (x-1)+(x-2)
  10. x+=1
Add Comment
Please, Sign In to add comment