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
If we try to iterate through locations inSeries we'll get an error (TypeError: locations is not iterable), because location is an object. We must use the same method as in inParallel function:
If we try to iterate through locations inSeries we'll get an error (TypeError: locations is not iterable), because location is an object. We must use the same method as in inParallel function:
The text was updated successfully, but these errors were encountered: