Commit ec635e6d by BellCodeEditor

auto save

parent e302f4e8
Showing with 16 additions and 1 deletions
# a,b,c,d=4,3,1,5
# a=b*c
# b=a*d
# c=d*a
# c=c-a
# d=c*d
# print(c)
# list1=['dhj','qpo','adm','vse','lkh']
# for i in range(5):
# if list1[i]=='adm':
# print(i)
list1=['hgh','iuh','vdk','owk','pop']
list1.insert(2,'pop')
print(list1)
\ No newline at end of file
......@@ -2,7 +2,7 @@
import turtle
pen= turtle.Pen()
size=textinput("提示","你想要多大的魔法阵呀?")
size=input("提示","你想要多大的魔法阵呀?")
pen.circle(size)
pen.circle(size,360,3)
pen.circle(size,60)
......
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