+ 1
Можно ли сравнить число со всеми элементами массива внутри цикла?
При попытки изменения значения аргумента массива в цикле питон выдаёт ошибку : list index out of range
2 Answers
+ 2
Array's start counting at 0.
If you get the error index out of bounds, you propably start counting at 1.
Can you show use the code ?
Please put the language you use in the tags
+ 1
Всё, нашёл ошибку, спасибо