CC#•Created by answed on 2/28/2023 in #help ❔ ✅ Hey is there a way to check if something is in a list in a certain range from the list ?
Like for example i got a list of [2, 1,5, 6,3, 4, 1] and i want to see if there is a five in the list from position 4- 6 without using a for loop ?