Skip to content

Zakiirim/Zakiirim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 

Repository files navigation

Hello there πŸ‘‹

Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Raffaele di Costanzo"
        self.role = "Senior Software Engineer"
        self.language_spoken = ["it_IT", "en_GB"]
        
    @staticmethod
    def say_hi():
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

πŸ“ Blogs

πŸ”§ Technologies & Tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors