Answer the question
In order to leave comments, you need to log in
Pycharm or Atom?
Which Environment to Choose for Python Programming? Exactly from those proposed. Which one is more demanding on hardware?
Answer the question
In order to leave comments, you need to log in
Pycharm is more consumable but more user friendly. This is a development environment .
Atom - less demanding, but requires dancing with tambourines and installing plugins. This is a text editor .
8GB or more of RAM - take Pycharm.
Why again i += 1; in code? if you need to work out the trace element, then you need to go to another variable, and so the cycle breaks
Try like this:
var i, test;
for( i = 0; i < checkbox.length; i++) {
if (checkbox[i].checked) {
test = document.getElementById('slide' + (i+1));
test && test.click();
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question