Commit 4438dc0d by BellCodeEditor

save project

parent bd77a823
Showing with 12 additions and 2 deletions
......@@ -4,4 +4,14 @@ print(SB)
import random
list = ["q","w","e"]
sb = random.choice(list)
\ No newline at end of file
sb = random.choice(list)
if SB==sb:
print("平")
elif SB=="q" and sb=="w":
print("win")
elif SB=="w" and sb=="e":
print("win")
elif SB=="e" and sb=="q":
print("win")
else :
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