====== LU08.L01: Kleines Einmaleins ====== def main(): number = int(input('')) for counter in range(0,11): print (number*counter)