HTML

kaitlynbowman11.py

Nov 18th, 2016
201
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. from finch import Finch
  2. from time import sleep
  3. finch = Finch()
  4.  
  5. for i in range(11):
  6.     finch.wheels(1,1)
  7.     sleep(1)
  8.     finch.wheels(1,-1)
  9.     sleep(.35)
  10.     finch.wheels(0,0)
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment