HTML

degreejevon.py

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