Commit 7ce6367f by BellCodeEditor

save project

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