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)

Want to kickstart your project?Use the new AI Studio to create your code