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

8
546456.py Normal file
View File

@@ -0,0 +1,8 @@
import turtle
t=turtle.Turtle()
for _ in range(360):
t.forward(1)
t.left(1)