Question: 23. Assume that the string candy has been assigned to the Python variable c. What will the following Python code fragment print? for i in

23. Assume that the string "candy" has been assigned to the Python variable c. What will the following Python code fragment print? for i in range(4, 1, 1) print print (c [1], end="") A. cand B. andy C. ydn D. ydna E. ydnac
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
