#!/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()
Pinned Loading
-
biocsuwb/ensemble-binclass
biocsuwb/ensemble-binclass PublicFeature selection and ensemble binary classification
Jupyter Notebook
-
-
-
MediOrange
MediOrange PublicYour AI assistant supports medical procedures and protocols. Ask about clinical guidelines, best practices, or procedural steps.
C++ 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.



