Exercise 4 · Chapter: Input & Type ConversionRequired+50 XP
Add User Numbers
Read two numbers from the user (one per line), convert them to integers, and print their sum.
Example:
Input:
3 5
Output:
8
Need a hint?
3 available · costs 5 XP each
python
Output
Run your code to see the output here.