Skip to content

Commit eb9ff26

Browse files
authored
Update solution.hide.py
1 parent 152aaf9 commit eb9ff26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Your code here
12
def sequence_of_words(words):
23
items=[x for x in "{}".format(words).split(',')]
34
items.sort()
45
return (','.join(items))
6+
7+
print(sequence_of_words("this,is,sorted"))

0 commit comments

Comments
 (0)