Inspiration
Just for Fun
code
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
Just 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.