Suppose I want to assign two values to two variables when a certain condition is true, and two different values if the condition is false. I will assume it will be like this Do:
a, b = 4>
Suppose I want to assign two values to two variables when a certain condition is true, and two different values if the condition is false. I will assume it will be like this Do:
a, b = 4>