Light Mode
Dark Mode
getting tuple instead of the list

Hi!
Some problem with data types:
ret = [],
print(type(ret))
outputs:
<class 'tuple'>
Same behavior
with ret = list()
My mission is impssible -(
Thanks a lot!

Created: July 5, 2019, 7:54 a.m.
Updated: July 5, 2019, 8:33 a.m.
0
19
User avatar
vasily_bortnikov