Browse Source

Start der Programmierung

Hans Hildebrandt 7 years ago
commit
7defeaa744
1 changed files with 6 additions and 0 deletions
  1. 6 0
      turtle.py

+ 6 - 0
turtle.py

@@ -0,0 +1,6 @@
1
+#Zeichnen eines Autos mit turtle
2
+
3
+import turtle
4
+
5
+turtle.forward(10)
6
+turtle.right(40)