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

Зміст курсу

Intermediate Python: Arguments, Scopes and Decorators

Challenge: Dictionary UnpackingChallenge: Dictionary Unpacking

Завдання

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.

Все було зрозуміло?

Секція 1. Розділ 4
toggle bottom row
course content

Зміст курсу

Intermediate Python: Arguments, Scopes and Decorators

Challenge: Dictionary UnpackingChallenge: Dictionary Unpacking

Завдання

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.

Все було зрозуміло?

Секція 1. Розділ 4
toggle bottom row
some-alt