- 3

Need a help

9th Dec 2020, 2:25 PM
MEGA MAHLATJI
MEGA MAHLATJI - avatar
6 odpowiedzi
9th Dec 2020, 2:27 PM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 5
Help for what?
9th Dec 2020, 2:29 PM
Aastha
Aastha - avatar
+ 2
Excuse me, but Can you clarify your question? and if you already have readymade code, please send it in description
9th Dec 2020, 2:27 PM
noteve
noteve - avatar
0
Code: print(int(input())+int(input())) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Another Code for much easier understanding: x = int(input()) #takes input as integer then assign to variable x y = int(input()) #takes input as integer then assign to variable y sum = x + y #add print(sum) #print the sum or result
9th Dec 2020, 2:39 PM
noteve
noteve - avatar
- 1
Write a program to take two integers as input and out their sum Sample input: 2 8 Sample output : 10
9th Dec 2020, 2:38 PM
MEGA MAHLATJI
MEGA MAHLATJI - avatar