Commit 75fa1283 by BellCodeEditor

save project

parent 2243dfe7
Showing with 5 additions and 2 deletions
player = input("请出拳/剪刀/布:"
print("完家出拳:"+player)
print("完家出:"+input("请出石头/剪刀/布:"))
import random
list= "剪刀","布","石头"
print("机器人出:"+random.choice(list))
\ 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