Skip to content

Commit a3c0ccf

Browse files
authored
Create README.md
1 parent 0623580 commit a3c0ccf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Arrays_Utilities-base
2+
A library created by Nicolás Santísima Trinidad Santín
3+
4+
I know that working with arrays in python is so hard, so I made a library to make easier this work.
5+
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+
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

Comments
 (0)