Update mooncake.py
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user