Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Dictionary Unpacking | Packing and Unpacking
course content

Contenido del Curso

Intermediate Python: Arguments, Scopes and Decorators

Challenge: Dictionary UnpackingChallenge: Dictionary Unpacking

Tarea

Simply unpack the dictionary with personal information and don't use loops for that.

  1. Use name, age, city variables to unpack the dictionary;
  2. Use values() dictionary method;
  3. Print all info.

¿Todo estuvo claro?

Sección 1. Capítulo 4
toggle bottom row
course content

Contenido del Curso

Intermediate Python: Arguments, Scopes and Decorators

Challenge: Dictionary UnpackingChallenge: Dictionary Unpacking

Tarea

Simply unpack the dictionary with personal information and don't use loops for that.

  1. Use name, age, city variables to unpack the dictionary;
  2. Use values() dictionary method;
  3. Print all info.

¿Todo estuvo claro?

Sección 1. Capítulo 4
toggle bottom row
some-alt