Commit 7467ad5e by BellCodeEditor

auto save

parent 6e9c3159
Showing with 16 additions and 6 deletions
...@@ -3,8 +3,19 @@ ...@@ -3,8 +3,19 @@
# print("是偶数哦!") # print("是偶数哦!")
# else: # else:
# print("是奇数哦!") # print("是奇数哦!")
i=1 # i=1
for i in range(11): # for i in range(11):
print(i) # print(i)
i=i+1 # i=i+1
exit(5667890-) # exit()
\ No newline at end of file import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi,诺依~\n用python写电子贺卡真是太有趣啦~\n我也喜欢python~\n-悟空",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(5)
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