File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
"""With this string:
2
2
'monty pythons flying circus'
3
3
4
- Create a function that returns a sorted string with no duplicate characters but
5
- include any whitespace:
4
+ Create a function that returns a sorted string with no duplicate characters
5
+ (keep any whitespace) :
6
6
Example: ' cfghilmnoprstuy'
7
7
8
8
Create a function that returns the words in reverse order:
Original file line number Diff line number Diff line change 1
1
"""With this string:
2
2
'monty pythons flying circus'
3
3
4
- Create a function that returns a sorted string with no duplicate characters but
5
- include any whitespace:
4
+ Create a function that returns a sorted string with no duplicate characters
5
+ (keep any whitespace) :
6
6
Example: ' cfghilmnoprstuy'
7
7
8
8
Create a function that returns the words in reverse order:
You can’t perform that action at this time.
0 commit comments