Commit 169d2c03 by BellCodeEditor

save project

parent d9694373
Showing with 10 additions and 6 deletions
plae=import("剪刀\石头\布")
print("玩家出拳:"+plae)
player=import("剪刀\石头\布")
print("玩家出拳:"+player)
import random
list=["石头\剪刀\布"]
computer=random.choice(list)
print("电脑出拳:"+computir)
\ No newline at end of file
print("电脑出拳:"+computir)
if player==computer
print("平局")
elif
elif
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