-
-
Save griiid/37f323a63306335a9cad4b8c33b9a96a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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