Here's your first Python script:
print("hacks")
print("leaks")
revelations = "revelations".upper()
print(revelations)
A copy of it is in exercise-7-2.py.
Change to your exercise folder for this assignment and run it like:
python3 exercise-7-2.py
Example:
micah@trapdoor chapter-7 % python3 exercise-7-2.py
hacks
leaks
REVELATIONS