最終更新 3 hours ago

test.py Raw
1test = "yes"
2
3if test == "yes":
4 print("This is a test.")
5else:
6 print("This is no test.")