0

Is there an equivalent to switch in python

P

13th Apr 2020, 9:05 AM
Andrei I
Andrei I - avatar
1 Antwort
0
Kind of, not sure what you are meaning. But this will work a = 3 b = 4 (a, b) = (b, a) effectively switches values in variables
13th Apr 2020, 12:01 PM
Slick
Slick - avatar