TORONTO KIDS COMPUTER CLUB | Monday 20:00 Python Practice 21.03.15.
19167
post-template-default,single,single-post,postid-19167,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Monday 20:00 Python Practice 21.03.15.

16 Mar Monday 20:00 Python Practice 21.03.15.

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.


Question 3:
Count the number of occurrence of each letter in word “MISSISSIPPI”. Store count of every letter with the letter in a dictionary.

No Comments

Post A Comment