Commit 2bcdcca0 by BellCodeEditor

auto save

parent ce12e3dd
Showing with 14 additions and 6 deletions
i=1 import turtle
for i in range(1,10): pen=turtle.Pen()
for j in range(1,i+1): pen.left(45)
print(i,"*",j,'=',(j*i),end=" ") pen.circle(50,180)
print() pen.left(90)
\ No newline at end of file pen.forward(100)
pen.left(90)
pen.forward(100)
pen.left(90)
pen.circle(50,180)
\ No newline at end of file
play=input("你叫啥")
pl=input("便便")
print("恭喜你,幸运的创造师"+play+"获得了"+pl)
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