online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import time min, sec = 0,0 print(min, "min", sec, "s") while True: time.sleep(1) sec += 1 if sec == 60: min +=1 sec = 0 print(min, "min", sec, "s")

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