Question
In Python3 use Lists and Functions to write program Write a program using lists and functions that allows the user to select a month and
In Python3
use Lists and Functions to write program
Write a program using lists and functions that allows the user to select a month and then displays how many days are in that month. It does this by "looking up" information it has stored in the Lists. Program 3 (Week runners log)( 30 Points) Write a program using for loop (use days of week as a sequence) to ask the user to enter the number of miles ran for each day of the week. How many miles for Mon? How many miles for Tues? ................................. Count and display the number of days the user 1) ran less than 5 miles. 2) Ran between 5 and 10 miles 3) Ran over 10 miles
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started