
		kaio147
		
		(usa Ubuntu)
		
		Enviado em 22/02/2016 - 00:14h 
		Python 3.4.3 (default, Oct 14 2015, 20:28:29) 
[GCC 4.8.4] on linux
Type "copyright", "credits" or "license()" for more information.
>>> kaio=2
a=kaio
print (a)
SyntaxError: multiple statements found while compiling a single statement
>>> 
a=kaio
print (a)
SyntaxError: multiple statements found while compiling a single statement
>>>