Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Create multiple lists with defined shape filled with 0

Bachelor, Master, PhD = ([0]*shape[0] for i in range(3)) 
 
PREVIOUS NEXT
Tagged: #Create #multiple #lists #defined #shape #filled
ADD COMMENT
Topic
Name
2+6 =