Commit d72f77f7 by BellCodeEditor

save project

parent 1e462252
Showing with 2 additions and 1 deletions
import random# 玩家出拳 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)
list=('shitou/jiandao/bu') list=('shitou,jiandao,bu')
com=random.choice(list) com=random.choice(list)
print("com is,"+com) 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