Grouping Employees by Phone Number (Challenge)

# Introduction In this challenge, we are going to group employees from the Project Department based on the last digit of their mobile phone number. The aim is to create a Python script that reads a list of 300 employees, automatically creates a `Groups` folder, and places the grouped lists in that folder. Each grouped file should have a header and be named by the last digit of the phone number.

|60 : 00

Click the virtual machine below to start practicing