You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A library created by Nicolás Santísima Trinidad Santín
3
3
4
4
I know that working with arrays in python is so hard, so I made a library to make easier this work.
5
5
6
6
I present you my new library called "Array_utilities-base"! A library made in pure python to work with arrays and lists. Now, you're not going to spend a lot of time to (for example) search a element in a list!
7
7
8
-
Commands:
9
-
-[]__getInfoLocalArray__(Array): Get information about an array (this command has got this symbol = _ in the two sizes)
10
-
-[] delete(number, Array): Delete an element of an array
11
-
-[] show(Array): Print an array in a terminal
12
-
-[] search(Array,searching): Search if an element is in an array (if yes return true else return false, use it with a print or a bool type variable)
13
-
-[] getIdentification(Array, Object): Get the position of an element in a array
8
+
*Commands:*
9
+
-`__getInfoLocalArray__(Array)`: Get information about an array
10
+
-`delete(number, Array)`: Delete an element of an array
11
+
-`show(Array)`: Print an array in a terminal
12
+
-`search(Array,searching)`: Search if an element is in an array (if yes return true else return false, use it with a print or a bool type variable)
13
+
-`getIdentification(Array, Object)`: Get the position of an element in a array
0 commit comments