• 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!

.