Hello,
Out of curiosity, is there a way to simply an "if" line with multiple conditions?
Out of curiosity, is there a way to simply an "if" line with multiple conditions?
if status == "1" \
or status == "2" \
…
or status == "37":
print("Yes")Thank you.
