Update fixes;
* `randint()`, It will now return a list of numbers as type `int` instead of a list of numbers as strings.
* Removed an un-needed print statement in `choice()` when passing type `set`.
* Lists and Tuples will now be part of the same `isInstance()` if check as they have the same way of getting an item at position `X`.