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