PIYUSH

Generation

generate functionSat, 19 Nov 2022

Table of 2

n = int(input("Enter the value of n: ")) for i in range(1, 11): print(n, 'x', i, '=', n*i)

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