Commit b0583398 by BellCodeEditor

save project

parent b6f5e795
Showing with 31 additions and 2 deletions
#a=int(input("请输一个入数字"))
#b=0
#for i in range(1,a+1,2):
# b=b+i
#print(b)
# while True :
# print("欢迎进入xxx系统")
# print("1登录 2注册 3退出")
# c=int(input("请输入:"))
# if c==1:
# print("登录")
# if c==2:
# print("注册")
# if c==3:
# print("退出")
# break
# for i in range(0,101,7):
# if i%5!=0:
# print(i)
# for i in range(100,1000):
# a=i%10
# b=i//10%10
# c=i//100
# if a*a*a+b*b*b+c*c*c==i:
# print(i)
\ No newline at end of file
""" '''
使用turtle模块画图 使用turtle模块画图
每次移动都增加画笔移动的长度,并旋转91°,重复执行300次,查看效果 每次移动都增加画笔移动的长度,并旋转91°,重复执行300次,查看效果
""" '''
import turtle import turtle
......
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