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 you look at the function signature: contain_all(*points)→ bool, the asterisk indicates that you should pass all points as arguments directly, not as a list. Like this:
I try to use the API, but how to use the first parameter is confusing.
The text was updated successfully, but these errors were encountered: