Commit f30b81dc by BellCodeEditor

save project

parent adc9e06b
Showing with 5 additions and 9 deletions
import random a=input("输入")
player=input("出神马?") b=input("再输入")
print("玩家出"+player) a=int(a)
PC=["石头","剪刀","布"] b=int(b)
diannao=random.choice(PC) print(4 a+b)
print("电脑出"+diannao)
if chiose==PC:
print()
\ 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