Skip to content

Szymqn/Szymqn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 

Repository files navigation

Hi there

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

class Person:
    def __init__(self):
        self.name = "Szymon"
        self.role = "Student πŸ‘¨β€πŸŽ“"
    
    def info(self):
        print("I'm currently learning 🐍")
        
    def fun(self):
        print("Fun fact: the heads on Easter Island have bodies πŸ—Ώ")
        
me = Person()
me.info()
me.fun()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published