最后活跃于 3 hours ago

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