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

Task

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.

Everything was clear?

Section 1. Chapter 4
toggle bottom row
course content

Course Content

Intermediate Python: Arguments, Scopes and Decorators

Challenge: Dictionary UnpackingChallenge: Dictionary Unpacking

Task

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.

Everything was clear?

Section 1. Chapter 4
toggle bottom row
some-alt