This Blog is all about Programming, Science & Technology.
Wednesday, 19 January 2022
Add Them Up
#===================================# Tanzila Islam# Email: tanzilamohita@gmail.com# Language: Python 3.7#===================================
A, B =map(int, input().split())
sum= A + B
print(sum)
No comments:
Post a Comment