'''
Created on Sep 1, 2016

@author: Susan
'''
print "Hello CompSci 101 students"
print "Glad to have you in the course!"
x = 6
y = 8
print "x is ", x, "y is", y
print "x + y is:", x + y
