您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

python缩进区别分析

2025/11/14 18:49:50发布21次查看
仔细观察下面两个python程序,代码一模一样,但是运行的结果却不同,就是因为最后一行return缩进的不同
代码如下:
def powersum(power, *args):
'''return the sum of each argument raised to specified power.'''
total = 0
for i in args:
total += pow(i, power)
return total
运行时输入powersum(2,3,4)输出25(3的平方加上4的平方)
代码如下:
def powersum(power, *args):
'''return the sum of each argument raised to specified power.'''
total = 0
for i in args:
total += pow(i, power)
return total
运行时输入powersum(2,3,4)输出9(3的平方)由此可见,对于python编写代码时,不能随意的缩进
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product