#!/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()
π
Coding
-
Aexol
- Bialystok, Poland
- in/szymonkolodziejski
- https://www.kaggle.com/szymnq
Highlights
- Pro
Pinned Loading
-
biocsuwb/ensemble-binclass
biocsuwb/ensemble-binclass PublicFeature selection and ensemble binary classification
Python 1
-
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.