Description: Defines a function to print multiplication table. # Define a function to print multiplication table def print_table(number, limit=10): Print multiplication table for a given number.