Question: # Ask for input distance = int ( input ( Enter the distance in miles: ? ? ? ' ' ) ) time )

# Ask for input
distance=int(input("Enter the distance in miles: ??
?''))
time )
# Calculate miles per hour
mph= distance/time/60
7
8 # Output average speed
9 print("Your average speed is"mph,"inches")
Which line would you edit?
How would you change it?
(Do not include spaces, limit yourself to one set of parentheses in your answer, and do not change variable names or operators)
 # Ask for input distance=int(input("Enter the distance in miles: ?? ?''))

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!