0
Write a program to take two integers as input and output their sum.
Sample Input: 2 8 Sample Output: 10
2 Réponses
+ 6
Vikstar Complex
Please review lesson 2.1 of the Python Core tutorial.
You have already completed this section, you just need to review and learn
+ 3
Post your code