Does the Python syntax a = [0] * n; mean the same as Perl: @a = (0) x $n;?
In reply to [OT] Python to Perl. by BrowserUk