Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python program to multiply two numbers and multiply the answer with 2nd variables

n=10
num1 = 2
num2 = 3

for i in '10':
    num3 = num1 * num2
    num1 = num2 *num3
    num2 = num3 * num1
    print(m)
    print(num1)
    print(num2)
#2,3,6,18,108,1944   
 
PREVIOUS NEXT
Tagged: #python #program #multiply #numbers #multiply #answer #variables
ADD COMMENT
Topic
Name
2+1 =