2 lines
73 B
Python
2 lines
73 B
Python
|
|
def vprint(string, verbose):
|
||
|
|
print("[LOG (verbose enabled)]", string)
|