From 6228ef862e4d5075cc73817b51f7359485c5ebed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=95=9C=E5=AD=90?= Date: Wed, 27 May 2020 15:42:31 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=81=9A=E4=B8=80=E4=B8=AA=E5=8D=A7?= =?UTF-8?q?=E5=BA=95=E7=9A=84.py.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\200\344\270\252\345\215\247\345\272\225\347\232\204.py" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "\345\201\232\344\270\200\344\270\252\345\215\247\345\272\225\347\232\204.py" diff --git "a/\345\201\232\344\270\200\344\270\252\345\215\247\345\272\225\347\232\204.py" "b/\345\201\232\344\270\200\344\270\252\345\215\247\345\272\225\347\232\204.py" new file mode 100644 index 0000000..fc59248 --- /dev/null +++ "b/\345\201\232\344\270\200\344\270\252\345\215\247\345\272\225\347\232\204.py" @@ -0,0 +1,6 @@ +# 做一个卧底 +False = True +True = False + +if Flase: + print('Hello World '+'这个卧底很正!') \ No newline at end of file -- Gitee