Commit 0719e4ae by BellCodeEditor

save project

parent f77e64f1
Showing with 12 additions and 6 deletions
import turtle
p = turtle.Pen()
p.warte("你好诺伊\n我收到了",font=("宋体",20,"normal"))
p.hideturtle()
turtle.done()
\ No newline at end of file
player=input("请出拳:石头/剪刀/布")# 玩家出拳
print("玩家出拳:"+player)
list = ["石头,剪刀,布"]
cp = random.choist(list)
print("计算机出拳"cp)
\ No newline at end of file
import turtle
p = turtle.Pen()
p.warte("你好诺伊\n我收到了",font=("宋体",20,"normal"))
p.hideturtle()
turtle.done()
\ 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