PYTHON PROGRAMMING
1) Code a dictionary from the following data: Tom 77.7 Jerry 99.9 Bob 66.6 Dora 88.82) Use a loop to print all names in alphabetical order on the same line.3) In the loop above, calculate the number of students.4 Use the proper method to find the lowest grade.5) Print the number of students and the lowest grade.
Example OutputBob | Dora | Jerry | Tom |# of Students: 4Lowest grade = 66.6
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here