We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023ea8d commit b8b14f0Copy full SHA for b8b14f0
2 files changed
HirsPainting/image.jpg
89.1 KB
HirsPainting/main.py
@@ -0,0 +1,10 @@
1
+from turtle import Turtle, Screen
2
+import random
3
+
4
5
+def run_hirs_painting():
6
+ pass
7
8
9
+def start():
10
+ run_hirs_painting()
0 commit comments