Commit bd53ffba by BellCodeEditor

save project

parent 40ff7f49
Showing with 2 additions and 2 deletions
import random import random
a=int(input("剪刀=1,石头=2,布=3")) a=int(input("剪刀=1,石头=2,布=3"))
print("="+a) print("="+str(a))
l=[1,2.3] l=[1,2.3]
b=random.choice(l) b=random.choice(l)
print("c="+bb) print("c="+str(b))
if a==b : if a==b :
print("p") print("p")
else: else:
......
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