摘要:
def sum(x,y): if x>y: return x else: return yc=int(sum(4,5))print(c)print(type(c)) 阅读全文
posted @ 2021-04-30 10:34
漫不经心、
阅读(1224)
评论(0)
推荐(0)
摘要:
def sxh (z) : q = z % 10 w = z // 10 % 10 e = z // 100 if z == q * q * q + w * w * w + e * e * e: return True exit(1) return Falseif sxh(153): print(" 阅读全文
posted @ 2021-04-30 10:33
漫不经心、
阅读(1974)
评论(0)
推荐(0)
浙公网安备 33010602011771号