online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import random x = int(input("Wybierz liczbę od 1 do 100: ")) y = random.randint(1, 100) while y != x: if y > x: print("Za duża...") elif y < x: print("Za mała...") else: print("Twoja liczba to:", y) y = random.randint(1, 100) print("Twoja liczba to ", y) input("\n\nAby zakończyć program wciśnij enter.")

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