Skip to content

Commit 0f86f75

Browse files
authored
README.md
1 parent 4ce9ad8 commit 0f86f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ I know that working with arrays in python is so hard, so I made a library to mak
66
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!
77

88
Commands:
9-
- [] __getInfoLocalArray__(Array): Get information about an array
9+
- [] __getInfoLocalArray__(Array): Get information about an array (this command has got this symbol = _ in the two sizes)
1010
- [] delete(number, Array): Delete an element of an array
1111
- [] show(Array): Print an array in a terminal
1212
- [] 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)

0 commit comments

Comments
 (0)