Advertisement
Guest User

backspace

a guest
Nov 28th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import time
  2. import sys
  3. sys.stdout.write('Verifica codice')
  4. time.sleep(1)
  5. sys.stdout.write('.')
  6. time.sleep(1)
  7. sys.stdout.write('.')
  8. time.sleep(1)
  9. sys.stdout.write('.')
  10. sys.stdout.flush()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement