Skip to content
View Szymqn's full-sized avatar
πŸŽ“
Coding
πŸŽ“
Coding

Highlights

  • Pro

Organizations

@UwB-Tech-Innovators-Inc

Block or report Szymqn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Szymqn/README.md

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()

Pinned Loading

  1. biocsuwb/ensemble-binclass biocsuwb/ensemble-binclass Public

    Feature selection and ensemble binary classification

    Python 1

  2. KaggleCompetitions KaggleCompetitions Public

    Jupyter Notebook

  3. MetodyOptymalizacji MetodyOptymalizacji Public

    Jupyter Notebook 1

  4. SztucznaInteligencja SztucznaInteligencja Public

    Jupyter Notebook

  5. XMLToLaTeXConverter XMLToLaTeXConverter Public

    Python

  6. StudySpace StudySpace Public

    Python