Initial commit

This commit is contained in:
2023-07-10 20:35:03 +00:00
commit db794b7aaf
2 changed files with 22 additions and 0 deletions

7
star.py Normal file
View File

@@ -0,0 +1,7 @@
from turtle import *
for line in range(5):
forward(100)
right(360 * 2 / 5)
input()