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