Bug Report for https://neetcode.io/problems/concatenation-of-array
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
It will not let me do for x in nums for some reason in Python. I have to do for i in range(len(nums)) or else it gives me an error.