Skip to content

Commit 4ce9ad8

Browse files
authored
README.md
1 parent e1d4081 commit 4ce9ad8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.RTX

Lines changed: 0 additions & 13 deletions
This file was deleted.

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)