python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
# Getting the values of two numbers from user val1 = float(input("Enter first number: ")) val2 = float(input("Enter second number: ")) # Adding the numbers sum = val1 + val2 # Displaying the result print("The sum of input numbers is: ", sum)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up