Skip to content

Instantly share code, notes, and snippets.

@vmarkovtsev
Created June 1, 2022 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmarkovtsev/6ec82cf02d748a1d02c3e5cedbd4f62b to your computer and use it in GitHub Desktop.
Save vmarkovtsev/6ec82cf02d748a1d02c3e5cedbd4f62b to your computer and use it in GitHub Desktop.
for a, b in zip(arr["a"], arr["b"]):
print(a, b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment