Untitled
Anonymous
plain_text
01/11/2025 9:51 AM
256 B
13
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