Skip to content
View Preedroos's full-sized avatar
πŸ™ƒ
πŸ™ƒ

Block or report Preedroos

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
preedroos/README.md
about = {
    "First Name": "Pedro Paulo",
    "Last Name": "Fagundes Cabral",
    "Age": 22,
    "Country": "Brazil",
    "Role": "Data & Business Analytics Enthusiast"
}

contact = {
    "Email": "preedroos@gmail.com",
    "Instagram": "@preedroos",
    "LinkedIn": "pedropfcabral"
}

greet = f"Hi there, I'm {about["First Name"]}, feel at ease 😜"

def display_info():
    print(greet)
    print("\nπŸ”Ή About Me:")
    for key, value in about.items():
        print(f"  {key}: {value}")

    print("\nπŸ”Ή Contact:")
    for key, value in contact.items():
        print(f"  {key}: {value}")

if __name__ == "__main__":
    display_info()

βš™οΈ Languages and Tools:

HTML Icon
HTML5
CSS Icon
CSS3
JavaScript Icon
JavaScript
Python Icon
Python
Java Icon
Java
Git Icon
Git

πŸ” GitHub Status:


Pinned Loading

  1. edx-cs50-computer-science edx-cs50-computer-science Public

    This repository contains my problem set's and lab's resolutions of CS50's Introduction to Computer Science course.

    C 3

  2. rocketseat-doctorcare rocketseat-doctorcare Public

    This web page was developed during Rocketseat's event aka Next Level Week. The brand of the site is illustrative (sample).

    HTML 1

  3. edx-cs50-computer-science-python edx-cs50-computer-science-python Public

    This repository contains my problem set's and lab's resolutions of CS50's Introduction to Computer Science with Python course.

    Python 1

  4. alura-organo alura-organo Public

    A preview teams web page.

    JavaScript 1

  5. the-odin-project the-odin-project Public

    This repository contains my knowledge's checks and projects that I'm doing during The Odin Project course.

    JavaScript 2

  6. alura-books alura-books Public

    A web library created with HTML, CSS and SwiperJs for the carrousel.

    HTML 2