son=int(input("input:")) if son>=1 and son<=9: for d in range (1,11): print(son*d) else: print("Wrong input")