Python program to calculate sum and average of first n natural numbers ... n = int(input("Enter number")) sum = 0 # loop from 1 to n for num ...
確定! 回上一頁