Skip to content
View l2es's full-sized avatar
♟️
♟️

Block or report l2es

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
l2es/README.md

Hi, I'm Loïc 👋

Discord Codecademy

I am a Backend [developer | engineer] @Decathlon

class Interests:
    def __init__(self):
        self.interests = ["Learn everyday"]

    def add_interest(self, interest):
        self.interests.append(interest)


interests = Interests()
interests.add_interest("Watch tech")
interests.add_interest("Program language with computers")
interests.add_interest("Speak and learn new languages with humans being")
interests.add_interest("Travel")
interests.add_interest("Meet people")
interests.add_interest("Chess")

Skills

Pinned Loading

  1. codecademy-docs codecademy-docs Public

    Forked from Codecademy/docs

    Codecademy Docs is a collection of information for all things code. 📕

    TypeScript

  2. needle needle Public

    Forked from tomas/needle

    Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.

    JavaScript