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.") | |
Новее
Позже
Последняя активность 4 hours ago
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.") | |