a = 123.4b23 = 'Spam'first_name = "Bill"b = 432c = a + bprint("a + b is",c)print("first_name is",first_name)print("Sorted Parts, After Midnight or",b23)
Standard input is empty
a + b is 555.4 first_name is Bill Sorted Parts, After Midnight or Spam
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!