How to Print Table of a Number in Python | Print Table of Number Input byUser #python #shorts #viral How to Print Table of a Number in Python | Print Table of Number Input by User with python Code This is a Simple code of python loop. In this video we teach you how to print table of a number input by the user. And in this video we used Range () function of python. The Range() function have three parameters. no 1: Where to start?, no 2: Where to end? and, How much to increase?.If any Doubt in your mind related to this video so, please Comment us. Syntax of Code: num = int(input("Enter a Number: ")) for i in range(1,11): print(num, "*", i, "=", num*i) ✅Like,Shere and Subscribe for more videos ✅ #python #pythonprogramming #pythonforbeginners #looping #pythontutorial #viralshorts #shorts #viral