Skip to content
Snippets Groups Projects
Commit 467b419a authored by Markus Opolka's avatar Markus Opolka
Browse files

Add hint

parent 9d74435f
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ Schreiben Sie ein Programm, dass eine Pyramide mit Höhe n auf die Kommandozeile ...@@ -13,6 +13,7 @@ Schreiben Sie ein Programm, dass eine Pyramide mit Höhe n auf die Kommandozeile
Beispiel: n = 5 Beispiel: n = 5
```
= =
== ==
=== ===
...@@ -20,7 +21,9 @@ Beispiel: n = 5 ...@@ -20,7 +21,9 @@ Beispiel: n = 5
=== ===
== ==
= =
```
Bei der Eingabe einer geraden Zahl, soll der Benutzer auf eine falsche Eingabe hingewiesen werden. Bei der Eingabe einer geraden Zahl, soll der Benutzer auf eine falsche Eingabe hingewiesen werden.
Boilerplate: pyramid.py Boilerplate: pyramid.py
Hint: "s" * 3 = "sss"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment