sum of n even numbers in python 2) If even, add it to the sum. Q6. x % 2 == 0. Answer (1 of 7): [code]N = int(input("enter the last number ") Sum = 0 for i ...
確定! 回上一頁