+ 1
Write a function to find the medical speciality visited by the number of patients and return the name of the speciality
input is a list as [101,P,102,O,302,P] output Pediatrics
1 Réponse
+ 1
input is a list as [101,P,102,O,302,P] output Pediatrics