Skip to content

Commit 24e8da6

Browse files
Update 005 solve quadratic equation.ipynb
typo
1 parent 23a9ea6 commit 24e8da6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

01_Python_Introduction_examples/005 solve quadratic equation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"The standard form of a quadratic equation is:\n",
3232
"\n",
3333
"```python\n",
34-
"ax2 + bx + c = 0, where\n",
34+
"ax**2 + bx + c = 0, where\n",
3535
"a, b and c are real numbers and\n",
3636
"a ≠ 0\n",
3737
"```\n",

0 commit comments

Comments
 (0)