Ad
  • Default User Avatar

    He is using the "DICTIONARIES" in Python, setting key and value pairs.

    • True is same as 1 in Python (also known as Truthy).
    • False is same as 0 in Python (also known as Falsey).

    After setting up the dictionary he using index to call upon the key that display the corresponding value.

    I guess you know this by now :)