Commit 6f1d8dd9 by BellCodeEditor

save project

parent 23dd7648
Showing with 6 additions and 3 deletions
# 玩家出拳 import random# 玩家出拳
player=input("please play with the computer:stone/jiandao/bu") player=input("please play with the computer:stone/jiandao/bu")
print("your ansuer is"+player) print("your ansuer is"+player)
\ No newline at end of file list=('shitou/jiandao/bu')
com=random.choice(list)
print("com is,"+com)
\ 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