Welcome to AssignmentCache!

CYB/130 Week 4 Python LAB 5.20: Step counter

Availability: In stock

$8.00

Quick Overview

CYB/130 Week 4 Python LAB 5.20: Step counter
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('{:.2f}'.format(your_value))


Ex: If the input is:
5345
the output is:
2.67


Your program must define and call the following function. The function should return the amount of miles walked.
def steps_to_miles(user_steps)

CYB130 5.20.1 LAB Step counter

Double click on above image to view full picture

Zoom Out
Zoom In

More Views

  • CYB130 5.20.1 LAB Step counter
$8.00

Details

CYB/130 Week 4 Python LAB 5.20: Step counter
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('{:.2f}'.format(your_value))

Ex: If the input is:
5345
the output is:
2.67

Your program must define and call the following function. The function should return the amount of miles walked.
def steps_to_miles(user_steps)

Additional Information

Special Price $3.00

Product Tags

Use spaces to separate tags. Use single quotes (') for phrases.

[profiler]
Memory usage: real: 18350080, emalloc: 17884624
Code ProfilerTimeCntEmallocRealMem