Sponsored
Use these hints if you're stuck. Try solving on your own first.
Build a dictionary containing the frequency of each character appearing in s
Check if all values in the dictionary are the same.
Solve with full IDE support and test cases