Update pages/page1.py
Browse files- pages/page1.py +4 -2
pages/page1.py
CHANGED
|
@@ -6,8 +6,8 @@ st.write("""
|
|
| 6 |
NumPy is a Python library used for working with arrays.
|
| 7 |
|
| 8 |
|
| 9 |
-
- Types of Arrays
|
| 10 |
-
-
|
| 11 |
|
| 12 |
-NumPy library is used for handling arrays in Python.
|
| 13 |
|
|
@@ -17,4 +17,6 @@ NumPy is a Python library used for working with arrays.
|
|
| 17 |
|
| 18 |
- It uses multi-dimensional arrays
|
| 19 |
|
|
|
|
|
|
|
| 20 |
""")
|
|
|
|
| 6 |
NumPy is a Python library used for working with arrays.
|
| 7 |
|
| 8 |
|
| 9 |
+
- Types of Arrays are:
|
| 10 |
+
- 1D,2D,3D Arrays
|
| 11 |
|
| 12 |
-NumPy library is used for handling arrays in Python.
|
| 13 |
|
|
|
|
| 17 |
|
| 18 |
- It uses multi-dimensional arrays
|
| 19 |
|
| 20 |
+
-NumPy are more focused on operations performed on arrays
|
| 21 |
+
|
| 22 |
""")
|