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/c711d33e13f5a3a363aedc6879a0b298 to your computer and use it in GitHub Desktop.
Save griiid/c711d33e13f5a3a363aedc6879a0b298 to your computer and use it in GitHub Desktop.
# No: 運算子離運算元很遠
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