Is there an equivalent to switch in python | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Is there an equivalent to switch in python

P

13th Apr 2020, 9:05 AM
Andrei I
Andrei I - avatar
1 Réponse
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