09 nested loops

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Welcome to yet another video about loops. In this video we will learn about nested loops, or loops inside a loop.
    Nested loops can be particularly useful when we need create something two dimensional like a multiplication table like this, or when we want to iterate over more complex objects with lists inside a list.
    Timestamps:
    Multiplication table: 0:30
    Dictionaries containing nested lists: 3:00
    Example code: github.com/endre-synnes/pytho...
    Follow me on Github: github.com/endre-synnes

Комментарии •