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.") | |