Skip to content

Commit 460a94a

Browse files
committed
Make clearer directions.
1 parent 93a45d8 commit 460a94a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Beginers/strings/solution/strings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""With this string:
22
'monty pythons flying circus'
33
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):
66
Example: ' cfghilmnoprstuy'
77
88
Create a function that returns the words in reverse order:

Beginers/strings/strings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""With this string:
22
'monty pythons flying circus'
33
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):
66
Example: ' cfghilmnoprstuy'
77
88
Create a function that returns the words in reverse order:

0 commit comments

Comments
 (0)