GitHub - Cambuchi/Cambuchi: Began my journey into computer programming November 1st, 2020. · GitHub
Skip to content

Cambuchi/Cambuchi

Folders and files

Repository files navigation

✌️

class Cambuchi:
    def __init__(self, h = 'human', m = 'male'):
        self.species = h
        self.display = m
    position = 'Oregon, USA'
    height = cm(175)
    color = (229, 155, 125)
    languages = {'python': 'learning',
                 'webdev': 'learning',
                 '.NET': 'learning'}
    favorites = ['D&D', 'VR', 'Cooking']

cam_nguyen = Cambuchi()

def job(title, company, date):
    print(f"{title} at {company}. Started on {date}.")

cam_nguyen.new_job = job

cam_nguyen.new_job('Software engineer', 'NAVEX', 'June 1st, 2024')

# Output: 'Software engineer at NAVEX. Started on June 1st, 2024.'

About

Began my journey into computer programming November 1st, 2020.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors