online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
string_1="Let us convert string to list" print(string_1.split(" "))# Here we specified " " as delimiter #Based on the specified delimiter the list string will be sepatrated string_2="Let*us*convert*string to*list" print(string_2.split())#By default delimiter is space " " print(string_2.split("*"))#Here we specified * as the delimiter

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue