hacker rank python(Arithmetic Operators)Solution

Arithmetic Operators 

a = int(input())
b = int(input())
print(a + b)
print(a - b)
print(a * b)

Compiler Message
Success
Input (stdin)Download
3
2
Expected OutputDownload
5
1
6

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions