Python 3.4 - For Loop

You can take a list of strings or other data types and do things with them, much like you can do slicing a string.

https://www.python-course.eu/python3_for_loop.php

https://www.youtube.com/watch?v=llguiJHU0kk

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram