writ a program to find the number of itemes occur in the list
Answers
Answered by
1
Answer:
ok
Explanation:
Input: str = "Fe2H3OH"
Output: Fe 2
H 4
O 1
Input: str = "NaCl2NaO2"
Output: Na 2
Cl 2
O 2
Similar questions