Skip to content

luanalessa/luanalessa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 

Repository files navigation

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

class PersonalInformations:

   def __init__(self):
       self.name = "Luana Lessa"
       self.role = "Software Engineer"
       self.language_spoken = ["pt_CN", "en_BR"]

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published