It seems to get caught on the first date and dosen't update high
Dose anyone know how to fix this?
Voters
LukeWright (114)
Whatever condition you are setting it to, it is not returning as true:
https://replit.com/@LukeWright/oak-readcsv4#main.py
If this helped, click the checkmark next to my comment!
I don't think that you you can check if a boolean is greater then another boolean, since they are True or false, you can only check if they are equal to, or equal to (if I'm wrong let me know)
@InvisibleOne @19pipejo he could check the boolean's values and then assign them integers based on that with something like
Rather then do all that, since you know that True, is 1, and False is 0.
@LukeWright
??? @InvisibleOne