07 Jan Aurora Monday 18:30 Python Homework 22.01.03.
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.
Sorry, the comment form is closed at this time.