data = ("John", "Doe", 53.44)format_string = "Hello" print format_string + " %s %s. Your current balance is %.2f" % data
Standard input is empty
Hello John Doe. Your current balance is 53.44
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!