Skip to content

shariqueakbare/shariqueakbare

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 DevopsEngineer:

    def __init__(self):
        self.name = "Sharique AKBARE"
        self.role = "Devops Engineer"
        self.language_spoken = ["fr_FR", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = DevopsEngineer()
me.say_hi()

🔧 Technologies & Tools

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published