News

n=int(input('enter the value:')) for i in range(65,n+1,1): print(chr(i))''' #python program for sum of square of first n nutural numbers '''n=int(input('enter the ...