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
Intermediate Python: Arguments, Scopes and Decorators

Challenge: Dictionary UnpackingChallenge: Dictionary Unpacking

Tarefa

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.

Tudo estava claro?

Seção 1. Capítulo 4
toggle bottom row
course content

Conteúdo do Curso

Intermediate Python: Arguments, Scopes and Decorators

Challenge: Dictionary UnpackingChallenge: Dictionary Unpacking

Tarefa

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.

Tudo estava claro?

Seção 1. Capítulo 4
toggle bottom row
some-alt