I stumbled on the 'x = [m]*n' and running it in the interpreter I can see that the code allocates an n element array initialized with m. But I can't find a description of this type of code online. What is this called?I stumbled on the 'x = [m]*n' and running it in