InterviewSolution
Saved Bookmarks
| 1. |
3) What is the value of second after executing the following lines? first = "kaleidoscope"second = for i in range (len(first)-1,-1,-2):second = first[i]+second |
| Answer» THANKS thanks thanks thanks thanks thanks thanks thanks | |