PythonProject

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-07-15 23:57:46 +05:00
parent 0da2850f0f
commit 0fc5b15016
15 changed files with 22244 additions and 1 deletions

9
gnap1.py Normal file
View File

@@ -0,0 +1,9 @@
import turtle
t=turtle.Turtle()
t.shape("turtle")
t.forward(100)