Commit 5583d17d by BellCodeEditor

save project

parent 66d3bf86
Showing with 5 additions and 6 deletions
import turtle
pen=turtle.Pen()
pen.write("用python写电子贺卡真是有趣\n——悟空",font=("Times",18,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
for i in range(10):
for j in range(i):
print("i""*""j""=(i*j)," "")
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