Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Sum of two numbers
# Python3 program to add two numbers number1 = input("First number: ") number2 = input("\nSecond number: ") # Adding two numbers # User might also enter float numbers sum = float(number1) + float(number2) # Display the sum # will print value in float print("The sum of {0} and {1} is {2}" .format(number1, number2, sum))
run
|
edit
|
history
|
help
0
Short python input
sensi
Tuples operating with '+' '*'
course 2 steve sch
Random number
BMO1 Q1 1994
linearSearch.py
gj
9th jan1
Lab_III_3_01_12_2020