def square_of_sum(L): sum = 0 while True: if x not in L: break else: sum = sum + x * x print(square_of_sum([1,2,3,4,5]))
慕后端443704
相关分类