Challenges easy Sum Two Numbers 50 XP
Python Challenge · Learn Python 3

Sum Two Numbers

Read two integers, each on its own line, and print their sum.

Example 1

Input
2
3
Expected Output
5
solution.py
Run the examples to test your code, then Submit to run all hidden tests.
🚀

Create a free account

Sign up free to run and submit solutions, earn points, and unlock badges.

Create Free Account

Already have one? Log in