Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CHALLENGE ACTIVITY 5 . 1 2 . 2 : Getting both index and value when looping: enumerate ( ) . 5 5 3 2 6
CHALLENGE ACTIVITY
: Getting both index and value when looping: enumerate
qxzqy
Jump to level
List patientsline contains four patient names read from input. Complete the for loop using the enumerate function to output each patient's position in line followed by the patient's name.
Click here for example
Ex: If the input is:
Guy
Pat
Bob
Dax
then the output is:
#: Guy
#: Pat
#: Bob
#: Dax
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