Snippets Collections
>>> a = 1
>>> b = 2
>>> a, b = b, a
>>> a
2
>>> b
1
star

Thu May 27 2021 07:00:38 GMT+0000 (Coordinated Universal Time)

#python #swap #variable

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension