Skip to content

Instantly share code, notes, and snippets.

@Drvanon
Created August 10, 2020 19:03
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 Drvanon/8205183fb80ad82cc23058a0cbefa0e9 to your computer and use it in GitHub Desktop.
Save Drvanon/8205183fb80ad82cc23058a0cbefa0e9 to your computer and use it in GitHub Desktop.
a = ( (1, 2), (3, 6), (4, 8) )
b = ( 1, 3, 4)
c = a / b
c == ( (1, 2), (1, 2), (1, 2) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment