Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 260 Bytes

File metadata and controls

13 lines (10 loc) · 260 Bytes

What Did I Learn?

In this challenge I learned new functions:

  1. We store in an array how many times each letter is repeated
Counter(s).values()
  1. Then we count the number of elements the array has
len(Counter(s).values())