Inspiration
made 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
made 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.