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