aufgehübscht

This commit is contained in:
Wolfgang Nowak 2023-11-20 15:11:26 +01:00
parent a71b8885e0
commit 818c88e050

View file

@ -83,7 +83,7 @@ xmin = 0
startwinkel = 34 startwinkel = 34
startgeschwindigkeit = 31 startgeschwindigkeit = 31
starthoehe = 0 starthoehe = 0
schlafzeit = 0.1 schlafzeit = 0.05
### ###
# needed for erasing ol position # needed for erasing ol position
@ -101,8 +101,9 @@ for count in range(xmin, len(ergebnis), 2):
x, y = ergebnis[count], ergebnis[count + 1] x, y = ergebnis[count], ergebnis[count + 1]
curpos(x, y) curpos(x, y)
print(cow, end="") print(cow, end="")
curpos(xold, yold)
sleep(schlafzeit) sleep(schlafzeit)
curpos(xold, yold)
print("☁️ ", end="") print("☁️ ", end="")
bla = input("CR please...")
sys.exit(cow+curon)
sys.exit(home + cow + curon)