Computer Science, asked by muskand589, 10 months ago

write 5 codings of python

Answers

Answered by Saadbrogeniuuus
1
PSF,Docs,PyPI,Jobs and community maybe
Answered by Ghritkaushik
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