This file contains 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' | |