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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ I know that working with arrays in python is so hard, so I made a library to mak
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
8
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)
10
10
-[] delete(number, Array): Delete an element of an array
11
11
-[] show(Array): Print an array in a terminal
12
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)
0 commit comments