[solved]-Traveltime Write Shell Text Based Program Called Traveltimepy Prompts User Driving Distanc Q39079997
write simple beginner python code
travel_time Write a shell (text-based) program, called travel_time.py, that prompts the user for their driving distance and speed, and calculates (hint: division) how long a trip will take. An example of someone using the program is shown below. Note: This user chose to enter 200.0 and 50.0. PS C:UsersssivaDesktop> python travel time.py How far will you drive? (miles): 200.0 How fast will you drive? (mph): 50.0 It will take you 4.0 hours to get there. PS C:UsersssivaDesktop> Submit the file travel_time.py when done. Show transcribed image text travel_time Write a shell (text-based) program, called travel_time.py, that prompts the user for their driving distance and speed, and calculates (hint: division) how long a trip will take. An example of someone using the program is shown below. Note: This user chose to enter 200.0 and 50.0. PS C:UsersssivaDesktop> python travel time.py How far will you drive? (miles): 200.0 How fast will you drive? (mph): 50.0 It will take you 4.0 hours to get there. PS C:UsersssivaDesktop> Submit the file travel_time.py when done.
Expert Answer
Answer to travel_time Write a shell (text-based) program, called travel_time.py, that prompts the user for their driving distance … . . .
OR

