online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
text = 'Ala ma kota, a Jan psa' print(text.split()) # split bez parametru - domyślne dzielenie za pomocą spacji for i, word in enumerate(text.split()): if i % 2 != 0: # print(funkcja zamiany litery 'a' w word, end=' ') print(word, end=' ') # dla demonstarcji else: # print(word, end=' ') pass # dla demonstarcji

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