Allen Chen

Generation

generate functionSun, 02 Apr 2023

the 1 to 19 times table

def times_table(times): for i in range(1, 20): print(f"{i} * {times} = {i * times}") times_table(4)

Questions about programming?Chat with your personal AI assistant