Closed ghost closed 1 year ago
Made the following changes:
-> replaced ' == 0' -> 'not object' statements for better runtime. -> replaced a classic string by f-string for better readability & runtime.
Sorry, in code where the values are really semantically numbers I prefer to compare them as numbers.
Made the following changes:
-> replaced '