Introduction Python Tutorial

x = 4
y = 'this is a string'
print x
print y