Skip to content

Commit

Permalink
Merge pull request #420 from pep-dortmund/chrbeckm-patch-1
Browse files Browse the repository at this point in the history
Update python.ipynb
  • Loading branch information
chrbeckm authored Sep 25, 2024
2 parents d598060 + f36d801 commit 8bb58ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@
"currents = [1, 5, 1]\n",
"\n",
"for voltage, current in zip(voltages, currents):\n",
" print(\"R =\", voltage / current)"
" print(\"R =\", voltage / current, \"Ω\")"
]
},
{
Expand Down

0 comments on commit 8bb58ec

Please sign in to comment.