Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
.py social media banner re-do
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrila committed Mar 25, 2020
1 parent 102d7dd commit 26949f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions info_banner.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
def retrieve_info():
about = {
"name": "Megann Comstock",
"age": 29,
"major": "Computer Science"
}

social = {
"twitter": "@electrila",
"github": "github.com/Electrila",
"DEV": "@electrila"
}

return f"About Me: {about} \nFind Me On: {social}"

0 comments on commit 26949f5

Please sign in to comment.