ליצירת הפעילות צעד אחר צעד באנגלית - פתחו את הקישור
def star():
t.setx(randint(-280, 280))
t.sety(randint(-280, 280))
orech = randint(20,120)
t.begin_fill()
t.pd()
for x in range(5):
t.forward(orech)
t.right(144)
t.end_fill()
t.pu()