online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import fnmatch pattern = '[!test]*.jar' # does not work # pattern = '[!/a-z/]*.jar' print(fnmatch.fnmatch('hello.jar', pattern)) print(fnmatch.fnmatch('test/hello.jar', pattern)) print(fnmatch.fnmatch('test/another/hello.jar', pattern)) print(fnmatch.fnmatch('hello.html', pattern)) print(fnmatch.fnmatch('test/another/hello.jaring', pattern))

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