본문 바로가기

Dynamo

Nested loops

for-loop에서 

temporary list (templist = [ ])를 사용하는 이유는

to keep the list structure of the input list we need to create another temporary list within the first loop

 

'Dynamo' 카테고리의 다른 글

Try and except  (0) 2020.02.07
Dictionaries  (0) 2020.02.07
Break and continue  (0) 2020.02.06
Looping with the for loop  (0) 2020.02.06
Logical operators  (0) 2020.02.06