Commit 26fc8e72 by BellCodeEditor

save project

parent b9aa284e
Showing with 6 additions and 0 deletions
import random
#player go
player=input("请输入猜什么拳")
print("玩家出"+player)
#comuter
guass=["剪刀,石头,布"]
computer=random.choice(guass)
print(computer)
\ 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