Commit 3c44792e by BellCodeEditor

save project

parent f843cf26
Showing with 5 additions and 3 deletions
player=input("关鸡你得出石头,剪刀,或布")
print("玩家出了"+player)
player=input("关鸡你得出石头,剪刀,或布")
print("关鸡出了"+player)
\ No newline at end of file
import random
list["石头""剪刀""布"]
computer=random.choice(list)
print("电脑出了"compuret)
\ 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