Find the Sum of the Numbers in a Given Interval in Python Language ... num1, num2 = 3, 6 sum = 0 for i in range(num1,num2+1): sum+=i ...
確定! 回上一頁