online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def _make_deck() -> list: figures = ['A', 'K', 'Q', 'J', '10', '9', '8', '7', '6', '5', '4', '3', '2'] colors = ['pik', 'serce', 'trefl', 'wino'] deck = [] for col in colors: for fig in figures: deck.append([fig, col]) print(deck, '\n') return deck _make_deck()

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