Allen Chen

Generation

generate functionSun, 02 Apr 2023

the 1-999 times times table

def times_table(times): for i in range(1, 1000): print(f"{i} times {times} is {i*times}")

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