Commit 87aa9b2e by BellCodeEditor

auto save

parent 23dfff73
Showing with 12 additions and 0 deletions
import random
# x = str(input("你想出什么:"))
while True:
y = random.randint(0,2)
if y == 0:
z = str("剪刀")
elif y == 1:
z = str("石头")
elif y == 2:
z = str("布")
print(z)
\ 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