Page No. 70 Ex 2

PHOTO EMBED

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)
content_copyCOPY