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
i want to set my state as an int value, but i got the TypeError: 'int' object is not iterable exception
int code line 210 u checked if the src is_base_string then set src = [src]
but if src is not a base string , src is an int, then in line 216, we will get this exception
The text was updated successfully, but these errors were encountered:
hi,
i want to set my state as an int value, but i got the
TypeError: 'int' object is not iterable
exceptionint code line 210 u checked if the
src
is_base_string then setsrc = [src]
but if
src
is not a base string ,src
is an int, then in line 216, we will get this exceptionThe text was updated successfully, but these errors were encountered: