i = 2, 10  
j = 3, 5
add = i + j
print(add)
What is the output of the python program

Posted on by