Commit 10e443ef by BellCodeEditor

save project

parent 6ea6b6db
Showing with 32 additions and 22 deletions
import turtle
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
len=screen.textinput("提示","魔法阵多大?")
plen=int(len)
screen.bgcolor("red")
pen1=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("你好!\n你叫死不了的赵伟吧?",font=("宋体",30,"normal"))
pen1.circle(plen)
pen1.circle(plen,360,3)
pen1.circle(plen,60)
pen1.circle(plen,360,3)
pen.hideturtle()
turtle.done()
\ No newline at end of file
import turtle
screen=turtle.Screen()
screen.bgcolor("yellow")
len=screen.textinput("大小","你要多大的黑心")
lovesize=int(len)
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("小贝和诺依都是黑心商人",font=("times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("white")
pen1.fillcolor("blue")
pen1.begin_fill()
pen1.circle(lovesize)
pen1.circle(lovesize,360,3)
pen1.circle(lovesize,60)
pen1.circle(lovesize,360,3)
pen1.end_fill()
pen1.hideturtle()
turtle.done()
\ No newline at end of file
bczh="python"
bcmm="123456788990098765421"
while Ture:
cczh=input("输入账号")
ccmm=input("输入密码")
if cczh==bczh and ccmm==bczh
print("登录成功")
break
if cczh!=bczh
print("账号错误")
if ccmm==bczh
print("密码错误")
print("欢迎来到王者荣耀")
\ 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