number = int (input("Enter any number:")) count = 1 * ('*') while count <= number: print( count ) count = count + 1