最后活跃于 5 hours ago

修订 a6b2635c05f8f26b5b0f0f4df5879f997459dbd1

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