#!/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()
-
Notifications
You must be signed in to change notification settings - Fork 0
Szymqn/Szymqn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published