Commit 53f81c22 by BellCodeEditor

auto save

parent 58568663
Showing with 15 additions and 0 deletions
try:
age = int(input('你今年几岁了'))
except:
print('要数')
print('~~~~~')
\ No newline at end of file
import random
choices=['石头','砂锅','水']
print('???游戏')
player=input('你出啥')
while (cpayer != '退出'):
computer=random.choice(choices)
print((('你'+player)+'我')+computer)
\ 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