Skip to content
View Anon0x19's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Anon0x19

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
Anon0x19/README.md
Welcome to my profile!
class AboutMe:
    def __init__(self, name, age, location, born):
        self.name = name
        self.age = age
        self.current_location = location
        self.origin = born
        self.welcome = """
I like to write code and learn new things in my free time.
Feel free to look through my projects.
- More to come soon!
"""
    
    def get_info(self):
        return {
            "name": self.name,
            "age_during_last_edit": self.age,
            "location": self.current_location,
            "originally_from": self.origin
        }

    def __str__(self):
        return self.welcome

me = AboutMe("Marc", 22, "UK", "ES")
print(me)
print(me.get_info())

README Contents list


Get in touch:

LinkedIn X


Profile Stats:

Marc's GitHub Stats Top Langs


Profile Trophies:

trophy

Popular repositories Loading

  1. Battleship Battleship Public

    A replica of the classic game BattleShip made with python 2.7

    Python

  2. Wiggle-Cube Wiggle-Cube Public

    First game I made with C# using unity

    C#

  3. LogIn LogIn Public

    Login System for a Swift Application using FireBase

    Swift

  4. discord_crypto_alert discord_crypto_alert Public

    Discord bot used to track all Bitcoin, Ethereum and XRP transactions over 500k

    Python

  5. PirateDucks PirateDucks Public

    Forked from booksaw/PirateDucks

    ENG1 Assessment 1 - Game in Java (using Libgdx) with Website

    Java

  6. spice_traders spice_traders Public

    Forked from booksaw/spice_traders

    ENG1 Project Section 1 - Spice Traders

    Java