Answer to Question #93515 in Python for Harsh

Question #93515
Write a python a program to print sum of two different units
1
Expert's answer
2019-08-30T01:55:37-0400
first_unit = int(input('Input first unit: '))
second_unit = int(input('Input second unit: '))

print('Sum = ', first_unit + second_unit)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS