Automated grading of homework assignments and tests
- fork this repository
- solve the task
- commit with proper message
Input: "file_path"
Output: data
- You are given dictionary. Find the number of users.
Input: data
Output: number of users
- Take the data of the first name, last name and phone number. Return the list. The list items are as follows: If the user is male: {"Male":1} If the user is female: {"Female":0}
Input: data
Output: users get gender list
- Take the email of the users and return the list.
Input: data
Output: users emal
-
Take the data of the first name, last name and phone number. Return the list.
The list items are as follows: {"first_name": "Dominic", "last_name":"Warholm", "phone_number": "27707465"}
Input: data
Output: users data list
- don't copy other solutions or any solution
- don't remove comments