0
What is counter?? What is max_index?? I'm so lost
while counter <= max_index:
3 Answers
+ 1
counter and max_index are variable that contain a value, so the value in the counter is been checked if its less than or equally to the value of max_index
+ 1
I prefer a tag pointing about which language you're talking about.đthankyou
0
Variables that must have been defined before this code of line, they can be anything though, but those two samples are used frequently by coders.