Commit 1173f448 by BellCodeEditor

save project

parent 5e376d0b
Showing with 6 additions and 2 deletions
import random
wj=input("出什么?(石头/剪刀/布)")
print("玩家输入:"+wj)
\ No newline at end of file
print("玩家输入:"+wj)
list=["石头","剪刀","布"]
jqr=random.choice(list)
print("机器人输入:"+jqr)
\ 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