0

python

Write a function called remove_duplicates which will take one argument called string. This string input will only have characters between a-z. The function should remove all repeated characters in the string and return a tuple with two values: A new string with only unique, sorted characters. The total number of duplicates dropped.

21st Feb 2017, 10:57 AM
Blessing Izinyon
1 ответ
+ 4
Homework sweet homework ^^
21st Feb 2017, 11:38 AM
visph
visph - avatar