verbose = True def log(string): if(verbose): print("[LOG (verbose)]", string)