Untitled
unknown
plain_text
a year ago
191 B
5
Indexable
number1 = float(input("Enter the first number: "))
number2 = float(input("Enter the second number: "))
average = ((number1+number2) /2)
print("The average of the two numbers is:", average)Editor is loading...
Leave a Comment