freaky hat die Gist bearbeitet 4 hours ago. Zu Änderung gehen
1 file changed, 2 insertions, 1 deletion
test.py
| @@ -2,4 +2,5 @@ test = "yes" | |||
| 2 | 2 | ||
| 3 | 3 | if test == "yes": | |
| 4 | 4 | print("This is a test.") | |
| 5 | - | ||
| 5 | + | else: | |
| 6 | + | print("This is no test.") | |
freaky hat die Gist bearbeitet 4 hours ago. Zu Änderung gehen
1 file changed, 5 insertions
test.py(Datei erstellt)
| @@ -0,0 +1,5 @@ | |||
| 1 | + | test = "yes" | |
| 2 | + | ||
| 3 | + | if test == "yes": | |
| 4 | + | print("This is a test.") | |
| 5 | + | ||