# Author: Scott Wehrwein
# Date: 3/12/2021
# A Python program that does a simple
# calculation and prints the result to
# the screen.

print(3*4 + 2)