Commit cc015b9f by BellCodeEditor

save project

parent 7c41c4bc
Showing with 16 additions and 6 deletions
import turtle
pen=turtle.Pen()
pen.pensize(5)
pen.pencolor("red")
pen.circle(10)
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.write("诺依\n很高兴收到\n你的来信",font=('',30,''))
pen.hideturtle()
turtle.done()
\ No newline at end of file
user = '1234'
pwd = '345'
use = input("请输入账号")
pw = input("请输入密码")
if use == user and pw == pwd:
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