C:\Users\LAERTE PLACIDO>py
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 07:18:10) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> convite = 'Laerte Placido'
>>> idade = 21
>>> print 'Convite do %s idade %s' % (convite, idade)
File "<stdin>", line 1
print 'Convite do %s idade %s' % (convite, idade)
^