This commit is contained in:
alkadienePhoton
2026-01-21 16:49:54 -06:00
parent e7d5f2bdfc
commit 8489a87ada
2 changed files with 7 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
def log(string, verbose):
verbose = True
def log(string):
if(verbose):
print("[LOG (verbose)]", string)