about = {
"First Name": "Pedro Paulo",
"Last Name": "Fagundes Cabral",
"Age": 22,
"Country": "Brazil",
"Role": "IT Technologist Graduate | Future Computer Engineer | STEM 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()
- Campo Grande - MS
-
17:35
(UTC -04:00) - https://www.linkedin.com/in/pedropfcabral/
- preedroos
Pinned Loading
-
edx-cs50-computer-science
edx-cs50-computer-science PublicThis repository contains my problem set's and lab's resolutions of CS50's Introduction to Computer Science course.
C 2
-
rocketseat-doctorcare
rocketseat-doctorcare PublicThis web page was developed during Rocketseat's event aka Next Level Week. The brand of the site is illustrative (sample).
HTML 1
-
edx-cs50-computer-science-python
edx-cs50-computer-science-python PublicThis repository contains my problem set's and lab's resolutions of CS50's Introduction to Computer Science with Python course.
Python 1
-
-
the-odin-project
the-odin-project PublicThis repository contains my knowledge's checks and projects that I'm doing during The Odin Project course.
JavaScript 2
-
alura-books
alura-books PublicA web library created with HTML, CSS and SwiperJs for the carrousel.
HTML 2
If the problem persists, check the GitHub status page or contact support.