Commit 2bcdcca0 by BellCodeEditor

auto save

parent ce12e3dd
Showing with 14 additions and 6 deletions
i=1
for i in range(1,10):
for j in range(1,i+1):
print(i,"*",j,'=',(j*i),end=" ")
print()
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.left(45)
pen.circle(50,180)
pen.left(90)
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