Allen Chen

Generation

generate functionThu, 30 Mar 2023

and the square numbers of 999 times times table

def times_table(n): for i in range(1, 10): print(n * i) times_table(999)

Questions about programming?Chat with your personal AI assistant