s = 'Python was started in 1989 by "Guido".'
print s
t = "Python is free and easy to learn."
print t
print s
t = "Python is free and easy to learn."
print t
2014-11-07