Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python loop through specific angle

let startingPoint = 30 // in degrees
let endPoint = startingPoint - 90
while currentPoint > endPoint {
    rotateLeft()
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #loop #specific #angle
ADD COMMENT
Topic
Name
7+6 =