Fri May 08 2026 11:49:31 GMT+0000 (Coordinated Universal Time)
Saved by @abhishek2010
a = float(input("Enter first no. : ")) b = float(input("Enter second no. : ")) c = float(input("Enter third no. : ")) sum = a+b+c print("Sum of Numbers is : ", sum)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments