Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Return alphabetical tuple
Python Code Challenge
120 -
Write a function that takes in a list of strings and returns a tuple that contains the strings sorted in alphabetical order.
Python
Tuples
Functions