Commit 6e2b2488 by BellCodeEditor

save project

parent 23dfff73
Showing with 9 additions and 0 deletions
n=input("剪刀,石头,布:")
if n=="剪刀"
print("剪刀")
elif n=="石头"
print(n)
else:
print("布")
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