Feladatok 3
This commit is contained in:
13
teknos/teknos.py
Normal file
13
teknos/teknos.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import turtle
|
||||
|
||||
#ablak
|
||||
a = turtle.Screen()
|
||||
a.bgcolor("white")
|
||||
a.title("Negyzet")
|
||||
|
||||
#rajzeszkoz
|
||||
Eszti = turtle.Turtle()
|
||||
Eszti.left(3645)
|
||||
|
||||
a.mainloop()
|
||||
print("atlosan jobbra fel")
|
||||
Reference in New Issue
Block a user