online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def poczta_polska(lista_klientow): # Używamy filter, aby wybrać klientów z drugim parametrem równym False lista_wyjscia = list(map(lambda x: x[0], filter(lambda x: not x[1], lista_klientow))) return lista_wyjscia lista_klientow = [("Anna", False), ("Bartek", True), ("Cezary", False), ("Dorota", True), ("Ewa", False)] wynik = poczta_polska(lista_klientow) print(wynik)

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