0

Program to find the sum of two numbers using only one variable

30th Oct 2017, 2:26 PM
Ajay Raj Singh Pilkhwal
Ajay Raj Singh Pilkhwal - avatar
5 Respuestas
+ 2
# Python sum = 15 + 5 print(sum)
30th Oct 2017, 2:46 PM
Boris Batinkov
Boris Batinkov - avatar
+ 2
# About that? sum = int(input()) + int(input()) print(sum)
30th Oct 2017, 2:56 PM
Boris Batinkov
Boris Batinkov - avatar
0
no we have to take input from the user
30th Oct 2017, 2:46 PM
Ajay Raj Singh Pilkhwal
Ajay Raj Singh Pilkhwal - avatar