1a.Create and display a Dictionary called tel_dir with three keys and values. b. Write three (3) methods that are relate
Posted: Fri Jul 08, 2022 7:26 am
1a.Create and display a Dictionary called tel_dir with threekeys and values.
b. Write three (3) methods that are related to Dictionaries inPython.
2.You are given the grade scale : A = 90, B = 80, C= 60, D = 55,F = 40.
Using Dictionary, write a Python program that will delete allthe odd numbers
in the given values of the grade scale.
b. Write three (3) methods that are related to Dictionaries inPython.
2.You are given the grade scale : A = 90, B = 80, C= 60, D = 55,F = 40.
Using Dictionary, write a Python program that will delete allthe odd numbers
in the given values of the grade scale.