Untitled
unknown
plain_text
10 months ago
191 B
4
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