num1 = 2
num2 = 6.35
# Adding two numbers
sum = num1 + num2
print(num1, "+", num2, "=", sum)
Answers
Answered by
1
Answer:
2 + 6.35 = 8.35
Explanation:
For more Python program visit :
https://www.filamenting.com/blog
Similar questions