Question: python programming # - coding: utf 8 111 Let us lift some weights! You will create a workout routine the user may choose from Steps:
\# - coding: utf 8 "111" Let us lift some weights! You will create a workout routine the user may choose from Steps: 1) Design 5 exercises for a user to choose from. Bench Press for Example Note: 1 exercise must use body weight, pull ups or push ups for example 2) Ask the user what exercise they would like to do. a. From that exercsie ask the user what weight they would like the exercise set to b. And how many sets they would like to do 14 c. And how many reps they would like in each set. d. Calculate how much weight they moved overall: Ex. A curling dumbbells of a weight of 10,2 sets, and 6 reps would be: 1026=120 pounds 3) Ask the user if they want to contiue their workout. a. if not, proceed to step 4 b. If so, repeat step 2 4) Tell the user the total weight they moved across all exercises a) Tell them Good job if they moved 200 poubds or less b) Tell them Great job if they moved between 201 and 400 pounds c) Tell them Excellent job if they moved 400 or more pounds
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
