Question: PythonFor index in range course = COMP9021 for index in range( len(course) ) : print ( course [ index] ) U
PythonFor index in range

course = "COMP9021" for index in range( len(course) ) : print ( course [ index] ) U
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
