Python basics - Traversing over a string using WHILE and FOR.
Опубликовано: 04 Март 2026 на канале: computingmrh
195
5
This video goes over the basics of traversing over a string using both the while loop commands and the FOR loop. We also have a brief look at the range command and how it can be used inside a FOR loop.