Skip to content

Instantly share code, notes, and snippets.

@jvlad
Created July 12, 2021 20:45
Show Gist options
  • Save jvlad/4152daaf2a9c5c0d74cee6fe23bbc4b1 to your computer and use it in GitHub Desktop.
Save jvlad/4152daaf2a9c5c0d74cee6fe23bbc4b1 to your computer and use it in GitHub Desktop.
csv_exercise
a = 7.1 - 4 + 2 - 3 b = a + 1 c = a - b
d = - c + 1 + 5 + a x = a + b + c + d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment