I am fumbling my way through learning python and need some help getting started on some things.
For this project I need to create a program that calculates file transfer time. I need to prompt the user for a file size in megabytes.
I also need to prompt the user for the estimated transfer speed in megabits per second. If the transfer time is more than one minute I need to display the time in minutes.
Where should I start? I know I will need to have some user input (obviously), import sys, and use sys.argv somewhere...