Skip to content

Instantly share code, notes, and snippets.

@griiid
Created March 19, 2021 07:23
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/37f323a63306335a9cad4b8c33b9a96a to your computer and use it in GitHub Desktop.
Save griiid/37f323a63306335a9cad4b8c33b9a96a to your computer and use it in GitHub Desktop.
# Yes: 更容易把運算元和運算子連結起來
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