troube12345
Newbie
- Dec 12, 2023
- 57
- 44
What you said is true, to be honest I don't know Python, and I didn't care because it worked. Probably in Python it doesn't matter if the variable is called a second time (of course I'm talking about the if usage)This doesn't give an error but is wrong anyway. The correct syntax here is:
elif tag == "I" or tag == "i":
(otherwise for example the "Calendar" is broken)