[Solved] Python 2.7.14 ,code not working [duplicate]KiratApril 27, 2023Solved Introduction Solution Try this, n = int(input("enter any number")) for i in range(1,n+1): print i, Use Indentation. # python# python-2.7