write 5 codings of python
Answers
Answered by
1
PSF,Docs,PyPI,Jobs and community maybe
Answered by
1
Answer:
def sum (a,b)
sum(a+b)
n1=int(input("Enter value of n1:"))
n2=int(input("Enter value of n2:"))
total =sum(n1+n2)
print = ("n1+n2=" ,total )
Similar questions
India Languages,
5 months ago
Computer Science,
5 months ago
Hindi,
10 months ago
Math,
10 months ago