Write a function called has_duplicates that takes a string parameter and returns true if the string has any repeated characters. Otherwise, it should return false.

ACCESS MORE