└── about_me.py /about_me.py: -------------------------------------------------------------------------------- 1 | from __future__ import print_function 2 | 3 | print("My name is Andy and I ") 4 | 5 | print("My name is Jane and I ") 6 | 7 | print("My name is Laura and I ") 8 | 9 | print("My name is Erin and I ") 10 | 11 | print("My name is Elias and I ") 12 | 13 | print("My name is Stefan and I don't matter") 14 | --------------------------------------------------------------------------------