Answer to Question #3206 in Python for mukundareddy

Question #3206
Create a tuple of strings and then sort the tuple in alphabetical order.
1
Expert's answer
2011-06-21T06:42:20-0400
str_tuple = ("hello", "zen", "abcd")
print(sorted(str_tuple))

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Assignment Expert
13.11.15, 12:41

Dear Omar,questions in this section are answered for free. We work on all questions and publish answers after verification. There is no guarantee of answering certain question but we are doing our best. Although if you have serious assignment that requires large amount of work and hence cannot be done for free you can submit it as assignment and our experts will surely assist you.

Omar
04.11.15, 18:57

Given that play_list has been defined to be a list, write a statement that sorts the list.

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS