Commit 5583d17d by BellCodeEditor

save project

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