• + 1 comment

    hey there,

    phone_book = {k: v for k,v in name_numbers}

    can you please explain the above one line of code, I am new to python so a bit confusing.