a = "Text"b = " here."c = "ABC"condition = Falseprint(a + b + c*condition)condition = Trueprint(a + b + c*condition)
Standard input is empty
Text here. Text here.ABC
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!