#!/usr/bin/env python3
# This is my second script.

hello = 'Hello'
python = 'Python!'

print (hello, python)
