Student Management System

Easy

Input: `students` (list of dicts). Return: Total number of students.

Example

Input: {'A': 90}
Output: 1
Run your code to see output