51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#等比数列
python 等比数列
defis_geometric(li):iflen(li)<=1:returnTrue#Calculateratioratio=li[1]/float(li[0])#Checktheratiooftheremainingforiinrange(1,len(li)):ifli[i]/float(li[i...
代码星球
·
2020-08-09
python
等比数列
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他