norminette
This commit is contained in:
@@ -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(""))
|
||||
|
||||
Reference in New Issue
Block a user