Snippets Collections
a = ['GSW', 'LAKERS', 'CLIPPERS']
b = [1, 2, 3]
dict(zip(a, b))
star

Fri May 20 2022 20:10:49 GMT+0000 (Coordinated Universal Time)

#python #zip

Save snippets that work with our extensions

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