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 0000000000000000000000000000000000000000..fc59248c741342187485ba7711a9c2469bac208f --- /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