#python
    joe=(22,"medical","second class ")
    layla=(23,"medical","third class")
    name_of_employee=input("write the name of employee that you need his information ")
print("")
I need a method when the user input the name as joe the python print his information
 
     
    