Commit 69066e5d by BellCodeEditor

save project

parent 62d559a1
Showing with 3 additions and 2 deletions
...@@ -2,4 +2,5 @@ cs=input(“石头/剪刀/不”) ...@@ -2,4 +2,5 @@ cs=input(“石头/剪刀/不”)
print("我出的拳是"+cs) print("我出的拳是"+cs)
b=input(“石头/剪刀/不”) b=input(“石头/剪刀/不”)
b=inport.choice(cp) b=inport.choice(cp)
print("计算机出拳"+b) print("计算机出拳"+b)
\ No newline at end of file a=ran
\ 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