PYTHON :- ADD USER INPUT DATA


num1 = float(input(" Enter a number"))
num2 = float(input(" Enter another number"))

sum = num1 + num2

print(" The result is", sum)

OUTPUT :-

For Other Programs Visit The WebSite:-   https://www.techapurba.com/

Follow Me On Social Media :-

For tech related videos visit my other website :- https://apurbatechinfo.blogspot.com/

Post a Comment

0 Comments