Commit f30b81dc by BellCodeEditor

save project

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