x = int( ()) y = (input()) print(x+ ) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

x = int( ()) y = (input()) print(x+ )

5th Oct 2020, 5:02 AM
Dharmveer Kumar
Dharmveer Kumar - avatar
2 Answers
+ 10
x = int(input ()) y = int (input()) print(x+ y )
7th Dec 2020, 8:23 AM
Ritchie Marquez C.
Ritchie Marquez C. - avatar
- 1
code seems to be incomplete and poorly formatted
5th Oct 2020, 5:07 AM
‎ ‏‏‎Anonymous Guy