Inspiration
Made this for fun
What's next for Code to Sort a List
list = ['CruZHacks', 'Elle Hacks', 'Hack the Northeast Beyond', 'SB Hacks', 'HackDavis', 'Rose Hack', 'BoilerMake', 'Hack Your Portfolio'] list.sort() print('Sorted list:', list)
Code to Sort a List
Made this for fun
list = ['CruZHacks', 'Elle Hacks', 'Hack the Northeast Beyond', 'SB Hacks', 'HackDavis', 'Rose Hack', 'BoilerMake', 'Hack Your Portfolio'] list.sort() print('Sorted list:', list)
Log in or sign up for Devpost to join the conversation.