Last active
June 7, 2021 14:22
Presentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def present_matt(): | |
""" Presents Matt """ | |
# Personal Information | |
first_name = 'Mathieu' | |
last_name = 'Rivier' | |
# School | |
school = 'Epita' | |
studies = 'Computer Science Student - Engineer degree' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment