What does the [None] do in this code?
public class Example { //Java
public Example (int _input, int _outputs){ //Java
scratch = [None] * (_input + _outputs); //Python Code
I'm porting a python implementation into Java and need to better understand what this means. Many thanks for your help.
Noneas beingnull.scratchvariable?