What it does
Sorts a list of hackathons alphabetically
How we built it
Using Python, as follows.
hackathons = ["MedHacks", "sunhacks", "HackGT7", "DubHacks"]
hackathons.sort()
print(hackathons)
Writing code to sort a list as part of MLH Local Hack Day 3 Challenge
Sorts a list of hackathons alphabetically
Using Python, as follows.
hackathons = ["MedHacks", "sunhacks", "HackGT7", "DubHacks"]
hackathons.sort()
print(hackathons)
Log in or sign up for Devpost to join the conversation.