Course Date: 01.02.2021 - 05.02.2021
Name: Nisan Berfin
Surname: Hamarat
Email: [email protected]
Defined some employees and managers first, gave them names, numbers (sort of like IDs) and decided what languages they speak. Then wrote some if statements in order to create a program that would ask the user to enter the ID/number of the employee and then print out the languages this employee speaks. To find the language any of them speak, I created a tuple with all the langues and used count. Then I created two classes named "Employees" and "Managers" like it was asked in the Final Project description.
Some python libraries
Some python libraries
Some python libraries

