norminette

This commit is contained in:
hugogogo
2025-10-28 21:33:13 +01:00
parent 17b1da0822
commit 1ebc36c197
9 changed files with 53 additions and 29 deletions

View File

@@ -4,7 +4,7 @@ Nothing = None
Garlic = float("NaN")
Garlic2 = float("2")
Zero = 0
Empty = '' #
Empty = '' #
Fake = False
Right = True
@@ -18,4 +18,4 @@ print(NULL_not_found("Brian"))
print("--")
NULL_not_found(Garlic2)
NULL_not_found(Right)
print(NULL_not_found(""))
print(NULL_not_found(""))