How to print multiplication in columns | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How to print multiplication in columns

1×1=2 2×1=2 3×1=3 . . . . . . . 1×10=10 2×10=20 3×10=30 in python language, if we write pgm for multiplication of n numbers, result will display in single row. if the result should be in columns i.e. 1 table in 1 columns, 2 table in adjacent columns, 3 table in third column

21st May 2018, 11:55 AM
Mohan
1 ответ
0
What exactly do you mean? And what language?
22nd May 2018, 4:06 AM
Matthias
Matthias - avatar