Skip to content

PresidentSam100/PresidentSam100

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 

Repository files navigation

Hi 👋, I'm Sam Lu

presidentsam100

Learn more about me at my personal portfolio site

class SoftwareEngineer:

    def __init__(self):
        self.name = "Sam Lu"
        self.school = "The University of Texas at Austin"
        self.major = "Computer Science"
        self.degree = "Bachelor of Science"
        self.honors = "Turing Scholar"
        self.hackathon_wins = ["HackTX", "HackHarvard", "TreeHacks", "PennApps"]
        self.programming_languages = ["Java", "Python", "C++", "JavaScript", "etc."]

    def say_hi(self):
        print("Hello all you amazing people!")

me = SoftwareEngineer()
me.say_hi()

Releases

No releases published

Packages

No packages published