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. GlioClass GlioClass Public

    Jupyter Notebook

  2. KaggleCompetitions KaggleCompetitions Public

    Jupyter Notebook

  3. MetodyOptymalizacji MetodyOptymalizacji Public

    Jupyter Notebook 1

  4. SztucznaInteligencja SztucznaInteligencja Public

    Jupyter Notebook

  5. StudySpace StudySpace Public

    Python

  6. AirbnbListingAnalisis AirbnbListingAnalisis Public

    Python