Maximilian Freitag

939
reputation
2
10
26
                      i          i         i          i

where_to_find_me = [ 'Instagram', 'Github' , 'TryHackMe' , 'SoloLearn' ]

def social_media():
    [print(i) for i in where_to_find_me]

if __name__ == '__main__':
    social_media()

At school I was forbidden to take a computer science course and I had to learn latin instead. In 2019 I started writing my first line of code and I must say, I prefer programming languages over a dead language.