TORONTO KIDS COMPUTER CLUB | Aurora Saturday 16:30 Python Homework 20.11.07.
18582
post-template-default,single,single-post,postid-18582,single-format-standard,ajax_fade,page_not_loaded,,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Aurora Saturday 16:30 Python Homework 20.11.07.

11 Nov Aurora Saturday 16:30 Python Homework 20.11.07.

Question 1:

Create a dictionary variable personalInfo. The keys will be the information to be filled, such as: name, age, address, etc. The values is the personal detailed info, such as: Kevin, 19, 123 King St, etc.


Question 2:

From the dictionary created above, make two lists (make sure it is a list!!), one list only contains all the keys from personalInfo, the other list only contails all the values from the dictionary.

No Comments

Sorry, the comment form is closed at this time.