Commit 6882e012 by BellCodeEditor

save project

parent 41e5b610
Showing with 7 additions and 2 deletions
t=input('出(石\\不)') t=input('出(石\\不)')
print('出'+t) print('出'+t)
\ No newline at end of file
import random
ct=['石','刀','布']
p=random.choice(ct)
print(p)
\ 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