Commit 7ce6367f by BellCodeEditor

save project

parent 5cafe062
Showing with 4 additions and 6 deletions
import turtle for i in range(5,10):
pen=turtle.Pen() for j in range(1,i+1):
pen.write("用pythone写电子贺卡真是太有趣啦\n——悟空",font=("Times",18,"normal")) print(j,"*",i,"=",i*j,end=" ")
pen.hideturtle() print()
turtle.done()
\ 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