Support Desk wrote:
I am trying to assign a variable using an if / else statement like so:
If condition1:
If condition1:
If condition2:
Do stuff with variable.
But the variable assignment doesn’t survive outside the if statement.
does not work, what happened, and if not obvious, what you expected
different.