Skip to content
View riccardo-marra's full-sized avatar
👾
probably studying
👾
probably studying

Highlights

  • Pro

Block or report riccardo-marra

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
riccardo-marra/README.md

Hi 👋 My name is Riccardo Marra

#!/usr/bin/python

class Person:

    def __init__(self):
        self.occupation = "Internet Engineering Student"
        self.languages_spoken = ["Italian", "English"]
        
    def say_hi(self):
        print("Hello!")


me = Person()
me.say_hi()

Skills

Python PHP HTML5 CSS3 MySQL Linux Arduino Raspberry Pi

Socials

Support Me

Popular repositories Loading

  1. riccardo-marra riccardo-marra Public

    Config files for my GitHub profile.

  2. linkvdsi linkvdsi Public

    Shell

  3. itp-labs itp-labs Public

    Forked from itp-course/itp-labs

    Python