Commit 11e29b46 by BellCodeEditor

save project

parent 7b4c9ca3
Showing with 29 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.write("你好,我随意发挥\n我的说的话vu\n封闭u哦虽然",font=("times",30,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
import random
player=input("玩家请出拳(剪刀/石头/布)")
print("玩家出拳"+player)
yyds=["石头" ,"剪刀","布"]
sss=random.choice(yyds)
print("机器人出拳"+sss)
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