raw_input -> input

This commit is contained in:
Bernd Reuther 2021-03-03 12:49:46 +01:00
parent 3704faf051
commit e9db0e6ab0

View File

@ -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: ")