I came to a notation in python where I iterate len(nums) like this: where
res = [] res += nums[i]
and I get the TypeError: \'int\' obje
TypeError: \'int\' obje