Update mooncake.py

This commit is contained in:
FlyPython
2019-09-13 19:12:42 +08:00
committed by GitHub
parent 196d46f08e
commit 7df0908154

View File

@@ -3,7 +3,7 @@
import turtle as tt import turtle as tt
import math import math
import time
tt.hideturtle() tt.hideturtle()
tt.speed(10) tt.speed(10)
@@ -72,6 +72,5 @@ def draw():
if __name__ == "__main__": if __name__ == "__main__":
time.sleep(10)
draw() draw()