Question: Editor | Python 1 distance _ in _ km = int ( input ( ) ) 2 time _ in _ hours = ( i

Editor | Python
1 distance_in_km = int(input())
2 time_in_hours =(input())
3 # Write your code here
Input
150
2
Output
Task
kilometers and time in hours and
convert it into speed in kilometers
per hour and miles per hour,
respectively.
Sample Input:
Sample Output:
hour: 75.0 and miles per hour: 46.875
 Editor | Python 1 distance_in_km = int(input()) 2 time_in_hours =(input()) 3

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!