Skip to content

Frinjee/Frinjee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 

Repository files navigation

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


class Frinjee:

    def __init__(self):
        self.name = "Jen"
        self.role = "Security Enthusiant && FOSS Advocate"
        self.language_spoken = ["it_IT", "en_US"]

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


me = Frinjee()
me.say_hi()

Connect with me:

linkedin

Languages and Tools:

git java linux python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published