Commit add30d6d by BellCodeEditor

auto save

parent 743e68e8
print(list(ran))
\ No newline at end of file
count=0
while True:
print("count的值为: "+str(count))
if count==5:
count+=1
continue
if count==10:
break
count+=1
print("程序结束")
\ No newline at end of file
# import
print("小贝")
print("悟空")
\ No newline at end of file
impo
impo
\ No newline at end of file
import turtle
import turtle
pen = turtle.Pen()
for i in range(6):
pen.forward(100)
pen.right(60)
pen.hideturtle()
twtle.done()
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