Commit 3f1f739f by BellCodeEditor

save project

parent 3bb8206c
Showing with 5 additions and 4 deletions
# 玩家出拳
player=input("你触杀")
print("周老师出的vgngbshi:"+player)
\ No newline at end of file
import random
list=["a","b","c"]
computer=random.choice(list)
print(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