Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Creating Logging Function | Functions in Python
Introduction to Python (dev copy)

bookChallenge: Creating Logging Function

Tehtävä

Swipe to start coding

You've been provided with a dictionary named people_d that holds data in the format: 'name': (age, height). Create a function named people_information that accepts two parameters:

  • d (intended to be a dictionary).
  • name (intended to be a key within the dictionary).

This function should display the following details (based on the data format in people_d):

Name: <the key from the dictionary, or the `name` parameter>
Age: <the first item of the tuple associated with the key `name`>
Height: <the second item of the tuple associated with the key `name`>

For example, given the name 'Alex', the output should read:

Name: Alex
Age: 23 y.o.
Height: 178 cm

Ratkaisu

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 6. Luku 8
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

close

Awesome!

Completion rate improved to 1.64

bookChallenge: Creating Logging Function

Pyyhkäise näyttääksesi valikon

Tehtävä

Swipe to start coding

You've been provided with a dictionary named people_d that holds data in the format: 'name': (age, height). Create a function named people_information that accepts two parameters:

  • d (intended to be a dictionary).
  • name (intended to be a key within the dictionary).

This function should display the following details (based on the data format in people_d):

Name: <the key from the dictionary, or the `name` parameter>
Age: <the first item of the tuple associated with the key `name`>
Height: <the second item of the tuple associated with the key `name`>

For example, given the name 'Alex', the output should read:

Name: Alex
Age: 23 y.o.
Height: 178 cm

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

close

Awesome!

Completion rate improved to 1.64
Osio 6. Luku 8
single

single

some-alt