Commit a71cd231 by BellCodeEditor

save project

parent 78aab0d2
Showing with 45 additions and 3 deletions
import turtle
axc=turtle.Screen()
axc.bgcolor("pink")
#文吻替
len=axc.textinput("提示","尼像药躲打得哎新")
sbbb=int(len)
pen=turtle.Pen()
pen.penup()
pen.goto(0,-150)
pen.write(" man,\n what can I say?\n mabe out.",font=("Times",50,"normal"))
pen.hideturtle()
peen=turtle.Pen()
peen.pencolor("red")
peen.pensize(18)
peen.left(45)
peen.forward(2*sbbb)
peen.circle(sbbb,180)
peen.right(90)
peen.circle(sbbb,180)
peen.forward(2*sbbb)
turtle.done()
\ No newline at end of file
# 上节课你是这样绘制的五角星👇:
# 第一关 # 第一关
dame=input("你出拳(屎头/剑道/不):") dame=input("你出拳(屎头/剑道/不):")
print("碗佳处权:"+dame) print("碗佳处权:"+dame)
...@@ -6,4 +5,14 @@ print("碗佳处权:"+dame) ...@@ -6,4 +5,14 @@ print("碗佳处权:"+dame)
import random import random
sb=["屎头","剑道","不"] sb=["屎头","剑道","不"]
ty=random.choice(sb) ty=random.choice(sb)
print("岁机处权:"+ty) print("岁机处权:"+ty)
\ No newline at end of file #3
if dame in sb:
if dame==ty:
print("评剧,瞎词载赖")
elif (dame=="屎头" and sb=="不") or (dame=="剑道" and sb=="屎头") or (dame=="不" or sb=="剑道"):
print("尼哥采及,练仁济斗应布料")
else:
print("很耗,拟国官")
else:
print("尼哥煞笔,美砍间药书如:屎头/剑道/不盲")
\ No newline at end of file
#1
#1
import turtle
\ 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