Commit 60617fb5 by BellCodeEditor

save project

parent 0686af84
Showing with 9 additions and 2 deletions
# 玩家出拳
\ No newline at end of file
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