Computer Science, asked by pavaniepuri3108, 4 months ago

write a python program to find sum of energy of the two chemicals which produces maximum number of energy​

Answers

Answered by purveshKolhe
0

Answer:

chemical1 = 17

chemical2 = 15

sum = chemical1 + chemical2

print (sum)

Similar questions