This is my code:
num = input(\'Amount of numbers:\') num = int(num) for x in range(1, num + 1): if x == 1: print(\'1st\') elif x == 2: