You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I think line 127 and line 167 both use 'i' as the enumerating index, but they form a nested loop. This can cause incorrect index referencing once 'done' is not full of 'False'.
The text was updated successfully, but these errors were encountered:
Hi Lucas, Thanks for getting back. Variable 'i' is still used in the for loop started at line 127, after exiting the for loop in line 167. The for loop at line 167 is nested within the for loop at line 127.
Hi, I think line 127 and line 167 both use 'i' as the enumerating index, but they form a nested loop. This can cause incorrect index referencing once 'done' is not full of 'False'.
The text was updated successfully, but these errors were encountered: