s = 'a simple string' y = 99 print 'Inside the program simple.py' print 's is:',s print 'y is:',y print 'simple.py FINISHED.'