nome, idade = ("Wallace", 26) print "Nome:" + nome print "Idade: " + str(idade)
Standard input is empty
Nome:Wallace Idade: 26
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!