online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
from matplotlib import pyplot as plt def draw_square(): ax = plt.axes(xlim = (0, 6), ylim = (0, 6)) square = plt.Polygon([(1, 1), (5, 1), (5, 5), (1, 5)], closed = True) ax.add_patch(square) plt.show() if __name__ == '__main__': draw_square()

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