TORONTO KIDS COMPUTER CLUB | Tuesday 17:00 Python Practice – 22.11.15.
21414
post-template-default,single,single-post,postid-21414,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

Tuesday 17:00 Python Practice – 22.11.15.

20 Nov Tuesday 17:00 Python Practice – 22.11.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

Sorry, the comment form is closed at this time.