#Python program to calculate sum of natural numbers num=input("Enter numbet to calculate sum: ") #received input from the user num=int(num) sum=0; ...
確定! 回上一頁