Answers for "python program to add numbers"

0

python how to add 2 numbers

num1 = 2.3
num2 = 1.2
print(num1+num2)
Posted by: Guest on August-05-2021

Code answers related to "python program to add numbers"

Python Answers by Framework

Browse Popular Code Answers by Language