raw_input -> input
This commit is contained in:
parent
3704faf051
commit
e9db0e6ab0
@ -342,9 +342,9 @@ initMotor('m3')
|
||||
|
||||
try:
|
||||
while True:
|
||||
drehen = raw_input("Drehen: ")
|
||||
hoehe = raw_input("Hoehe: ")
|
||||
zoom = raw_input("Zoom: ")
|
||||
drehen = input("Drehen: ")
|
||||
hoehe = input("Hoehe: ")
|
||||
zoom = input("Zoom: ")
|
||||
#speed = raw_input("Speed: ")
|
||||
#f = raw_input("Frequenz: ")
|
||||
#c = raw_input("Zykluslaenge: ")
|
||||
|
Loading…
x
Reference in New Issue
Block a user