HTML

traveljevon.py

Nov 18th, 2016
169
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. from finch import Finch
  2. from time import sleep
  3. xfinch = Finch()
  4.  
  5. def travel(cm):
  6.     xfinch.wheels(0.5,0.5)
  7.     sleep(cm/13)
  8.     xfinch.wheels(0,0)
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment