online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
while (True): wybor = input("Oto program do liczenia, chcesz coś policzyć ? (t/n)") if wybor == "n": print("nie to nie") break elif wybor == "t": wynik = 0 a = int(input("Podaj liczbę: ")) b = int(input("Podaj drugą liczbę: ")) razem = input("Co chcesz zrobić? Dodać (d) odjąć (o) Pomnożyć (p) Podzielić (w)") if razem == "d": wynik = (a + b) elif razem == "o": wynik = (a - b) elif razem == "p": wynik = (a * b) elif razem == "w": wynik = (a / b) else: print("coś poszło nie tak, spróbujmy jeszczę raz") if not wynik == 0: print(wynik) elif not wybor in ["t", "n"]: print ("Do wyboru jest T i N")

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