Contenido del Curso
Intermediate Python Techniques
Intermediate Python Techniques
Challenge: Dictionary Unpacking
Tarea
Simply unpack the dictionary with personal information and don't use loops for that.
- Use
name, age, city
variables to unpack the dictionary; - Use
values()
dictionary method; - Print all info.
¡Gracias por tus comentarios!
Challenge: Dictionary Unpacking
Tarea
Simply unpack the dictionary with personal information and don't use loops for that.
- Use
name, age, city
variables to unpack the dictionary; - Use
values()
dictionary method; - Print all info.
¡Gracias por tus comentarios!
Challenge: Dictionary Unpacking
Tarea
Simply unpack the dictionary with personal information and don't use loops for that.
- Use
name, age, city
variables to unpack the dictionary; - Use
values()
dictionary method; - Print all info.
¡Gracias por tus comentarios!
Tarea
Simply unpack the dictionary with personal information and don't use loops for that.
- Use
name, age, city
variables to unpack the dictionary; - Use
values()
dictionary method; - Print all info.