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
@tonydelanuez Would you be willing to add Python type hints and doctests to other/two_sum.py? The function comments say that it will return a list[int] but instead it either returns a list[list[int]] or False.
The text was updated successfully, but these errors were encountered:
@tonydelanuez Would you be willing to add Python type hints and doctests to
other/two_sum.py
? The function comments say that it will return alist[int]
but instead it either returns alist[list[int]]
orFalse
.The text was updated successfully, but these errors were encountered: