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