In python write a function mathtable() which receives an integer and displays the multiplication table for the number up to 12. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

In python write a function mathtable() which receives an integer and displays the multiplication table for the number up to 12.

18th May 2020, 11:19 PM
bongani march
bongani march - avatar
2 Respostas
+ 5
so... write it and let's see where the problem is šŸ™‚
18th May 2020, 11:25 PM
Sebastian Pacurar
Sebastian Pacurar - avatar
0
Write a function mathtable () which receives an integer and displays the multiplication table for the number up to 12 Use the function in program to display its operation In the nested structure, one loop controls the rows of the table and the other one is the columns of the table, "newline" character at the end of print statement can be removed as follows print("text here", end="" )
18th May 2020, 11:58 PM
bongani march
bongani march - avatar