Commit afed60f3 by BellCodeEditor

save project

parent a99f9c39
Showing with 15 additions and 0 deletions
import turtle
pen=turtle.Pen()
color=['red','blue','yellow','green']
for i in range(1,300):
pen.forward(i)
pen.right(89)
turtle.done()
\ No newline at end of file
#j=int(input("乘数1是什么?"))
#k=int(input("乘数2是什么?"))
#print(j,'*',k,'='(j*k))
j=6
i=8
print(j,'*',i,'=',j*i)
\ 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