Write a function repfree(s) that takes as input a string s and checks whether any character appears more than once. The function should return True if there are no repetitions and False otherwise.
Answers
Answered by
0
Answer:
false
Explanation:
because of check your character
Similar questions