Horje
python program to multiply two numbers and multiply the answer with 2nd variables Code Example
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   




Python

Related
get n largest values from 2D numpy array matrix Code Example get n largest values from 2D numpy array matrix Code Example
run all jupyter notebooks in project folder Code Example run all jupyter notebooks in project folder Code Example
download youtube audio python Code Example download youtube audio python Code Example
custom save django Code Example custom save django Code Example
convert decimal to float in python Code Example convert decimal to float in python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7