online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
print ("Enter a number between 1 and 10:") number = int(input( )) if int(number) in range(1, 6): print ("You entered a number in the range of 1 to 5") elif int(number) in range(6, 11): print ("You entered a number in the range of 6 to 10") else: print ("Your number wasn't in the correct range")

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