< Kurs:KTurtle < Code-Rubrik

Screenshot
Mit diesem Programmcode kannst du Schleifen zeichnen.
4 Schleifen
# curly.logo
zurücksetzen
stifthoch
vorwärts 50
stiftrunter
wiederhole 4 {
von $x = 1 bis 100 {
vorwärts 10
rechtsdrehen 100 - $x
}
}
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.