x = "hello I am a string"x.replace(" ", "")print "value of x: ", x y = "Hello I am also a string"y = y.replace(" ", "")print "value of y: ", y
Standard input is empty
value of x: hello I am a string value of y: HelloIamalsoastring
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!