Skip to content

Commit

Permalink
python ipynb: fix " mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbeckm committed Sep 23, 2024
1 parent 36e787b commit f36d801
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 f36d801

Please sign in to comment.