online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
a = ''.join(['o', 'k', 'a', 'y']) b = 'o' + 'k' + 'a' + 'y' c = 'okay' print('a', type(a), 'b', type(b), 'c', type(c)) print('\nis') print(a is b) print(a is c) print(b is c) print('\n==') print(a == b) print(a == c) print(b == c)

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