最后活跃于 4 hours ago

freaky's Avatar freaky 修订了这个 Gist 4 hours ago. 转到此修订

1 file changed, 2 insertions, 1 deletion

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

freaky's Avatar freaky 修订了这个 Gist 4 hours ago. 转到此修订

1 file changed, 5 insertions

test.py(文件已创建)

@@ -0,0 +1,5 @@
1 + test = "yes"
2 +
3 + if test == "yes":
4 + print("This is a test.")
5 +
上一页 下一页