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 Output each floating-point value with two digits after the decimal point, which can be achieved as follows: print'%0. 2f' % your_value) Ex: If the input is: 5345 the output is: 2. 67 Your program must define and call the following function: def steps_to_miles(user_steps) LAB 6. 9. 1: LAB: Step counter 0/10 АCTVITY main. Py Load default template. 'Define your function here '. 1 name__ '_main__': Type your code here. ''' 3 if 4