Commit 99ca056a by BellCodeEditor

save project

parent 3a0f1033
Showing with 4 additions and 7 deletions
# 玩家出拳
import random
player=input("请出拳,石头/剪刀/布:")
print("玩家出拳"+player)
a=["石头","剪刀","布"]
computer=random.choice(a)
print("电脑出拳"+computer)
import turtle
pen=turtle.Pen
pen.write("你针不好\n陌生人"foot("Times",20,"normal"))
\ 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