Commit f3b90794 by BellCodeEditor

auto save

parent c064c10e
n =
\ No newline at end of file
......@@ -3,7 +3,7 @@
每次移动都增加画笔移动的长度,并旋转91°,重复执行300次,查看效果
"""
import turtle
L=["red","orange","yellow","green"]
L=["red","orange","yellow","green"]p
pen = turtle.Pen()
pen.speed(0)
# 请创造师在下面接着创作
......
# n=int(input("请输入"))
# print((n-1)*" "+"$")
# for i in range(n-2):
# print((n-(i+2))*" "+"$")
# print(((2*n)-1)*"$")
n=int(input("请输入秒数:"))
a=n//3600
b=n%60
c=n//60%60
print(a,b,c)
\ No newline at end of file
l=[]
l=[]
a=1
b=1
d=0
while d<518:
c=a+b
a=b
b=c
d=d+1
aa=1
bb=1
dd=0
while dd<2018:
cc=aa+bb
aa=bb
bb=cc
dd=dd+1
for i in range(1,c+1):
if cc%i==0 and c%i==0:
l.append(i)
print(c,cc)
盘口看看,mo
\ 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