diff --git a/01_Python_Introduction_examples/005 solve quadratic equation.ipynb b/01_Python_Introduction_examples/005 solve quadratic equation.ipynb index c451757..b8dafb8 100644 --- a/01_Python_Introduction_examples/005 solve quadratic equation.ipynb +++ b/01_Python_Introduction_examples/005 solve quadratic equation.ipynb @@ -31,7 +31,7 @@ "The standard form of a quadratic equation is:\n", "\n", "```python\n", - "ax2 + bx + c = 0, where\n", + "ax**2 + bx + c = 0, where\n", "a, b and c are real numbers and\n", "a ≠ 0\n", "```\n", diff --git a/README.md b/README.md index fe08403..e295014 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
-
+
+
@@ -38,7 +39,7 @@ Go [**`here`**](https://github.com/milaan9/90_Python_Examples) if you aren't her
---
-### How can I read this tutorial without an Internet connection?
+### How can I read this tutorial without an Internet connection?
1. Go [**`here`**](https://github.com/milaan9/90_Python_Examples) and click the big green ➞ **`Code`** button in the top right of the page, then click ➞ [**`Download ZIP`**](https://github.com/milaan9/90_Python_Examples/archive/refs/heads/main.zip).