[Solved]626 Functions Hw Step Counter T Number Steps Winose Output Pedometer Treats Walking 2 000 Q37241417

I struggled with getting this completed. Can someone pleasehelp? The Programming language is Python.
6.26 (Functions) HW: Step counter t is the number of steps, and winose output is the A pedometer treats walking 2,000 steps as walking 1 mile Write a program whose input is the number of steps, and whose output is the miles walked. Ex: If the input is 5345, the output is 2.6725 Your program must define and call the following function: def Steps ToMiles(userSteps) LA6.26.1: (Functions) HW: Step counter 0/10 main.py Load default template. 1Define your function here” if 4 inputSteps int(input)) milesNalked – StepsToMiles(inputSteps) print(milesWalked) 5 6 Run your program as often as you’d like, before submitting for grading. Below, type any needed Show transcribed image text 6.26 (Functions) HW: Step counter t is the number of steps, and winose output is the A pedometer treats walking 2,000 steps as walking 1 mile Write a program whose input is the number of steps, and whose output is the miles walked. Ex: If the input is 5345, the output is 2.6725 Your program must define and call the following function: def Steps ToMiles(userSteps) LA6.26.1: (Functions) HW: Step counter 0/10 main.py Load default template. 1Define your function here” if 4 inputSteps int(input)) milesNalked – StepsToMiles(inputSteps) print(milesWalked) 5 6 Run your program as often as you’d like, before submitting for grading. Below, type any needed
Expert Answer
Answer to 6.26 (Functions) HW: Step counter t is the number of steps, and winose output is the A pedometer treats walking 2,000 st… . . .
OR

