Python Lab Assignment
Chapter-9
Dictionary in Python
- wap using dictionary to iterate and count the characters
- Counting the frequency of element in a list using dictionary
- wap to count frequency of letters
- wap to sort the dictionary using key and value
- wap to read in five names and their addresses to store in a dictionary and then print them on the screen
- wap to enter all the party names, such as BJP, AAP and Congress, and the number of seats they got in assembly election in Delhi. Then display entire information on the screen.
- wap to enter account details, such as name and account no. then delete name using account number.
- wap to enter account details, such as name and account no. then display all account holders’ information in ascending order, based upon their account no.