Student Management System
Input: `students` (list of dicts). Return: Total number of students.
Example
Input: {'A': 90}
Output: 1
Run your code to see output
Input: `students` (list of dicts). Return: Total number of students.
Input: {'A': 90}
Output: 1
Run your code to see output