Add Using Function

Python Easy 2 views
Back to Questions
Next Max of Two Easy N

Problem Description

Read two integers a and b. Write a function add(a,b) and output add(a,b).

Input Format

One line: a b.

Output Format

One integer sum.

Sample Test Case

Input:
5 7
Output:
12

Constraints

-10^18

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Next