Commit fc66edce by BellCodeEditor

save project

parent b95f17c0
Showing with 6 additions and 2 deletions
......@@ -8,7 +8,11 @@
# pen.end_fill()
# pen.hideturtle()
# tuetle.done()
player=input('输入你出的')
print("玩家的出拳是"+player)
player=input('你出什么?')
print('玩家出的是'+player)
import random
list=['剪刀','石头','布']
ink=random.choice(list)
print('计算机出的是'+ink)
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