Skip to content

Commit

Permalink
Update Colab_Notebook_General.ipynb
Browse files Browse the repository at this point in the history
Removed line that prints the datatype of gross_pay.
  • Loading branch information
christine-palamara authored Mar 17, 2024
1 parent 67ff55b commit ecf3f2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Colab_Notebook_General.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@
"net_pay = 10000\n",
"tax_rate = .33\n",
"gross_pay = net_pay / (1 - tax_rate)\n",
"print(type(gross_pay))\n",
"print(gross_pay)\n",
"annual_salary = gross_pay * 12\n",
"print(round(annual_salary))\n"
]
}
]
}
}

0 comments on commit ecf3f2d

Please sign in to comment.