Write a python script to print first N natural numbers Get link Facebook X Pinterest Email Other Apps - October 25, 2022 Write a python script to print first N natural numbersa=int(input("Enter the number"))i=1while i<=a: print(i) i+=1 Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment