Prem1718k commited on
Commit
ffd99f3
·
verified ·
1 Parent(s): e4f5c91

Update pages/page1.py

Browse files
Files changed (1) hide show
  1. 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
- - 1,2,3D Arrays
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
  """)