Commit 91513252 by BellCodeEditor

save project

parent 42a41b9c
Showing with 2 additions and 1 deletions
......@@ -4,7 +4,7 @@
a=input("输入:")
if int(a)>=4:
print("反杀")
elif 1<= <=4:
elif 1<=int(a)<=4:
print("努力")
else:
print('over')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment