Skip to content

Instantly share code, notes, and snippets.

@griiid
Created March 19, 2021 07:14
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 griiid/7f7e6eeecff5f26a9203de2a4ce83863 to your computer and use it in GitHub Desktop.
Save griiid/7f7e6eeecff5f26a9203de2a4ce83863 to your computer and use it in GitHub Desktop.
# No: operators sit far away from their operands
income = (gross_wages +
taxable_interest +
(dividends - qualified_dividends) -
ira_deduction -
student_loan_interest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment