본문으로 이동

Z15570: 두 판 사이의 차이

Wikifunctions
➕Python avoiding truthiness
 
prefer “item” to “element” in source code (after “wikilambda-list-item-label”)
11번째 줄: 11번째 줄:
"Z1K1": "Z16",
"Z1K1": "Z16",
"Z16K1": "Z610",
"Z16K1": "Z610",
"Z16K2": "def Z12684(Z12684K1):\n\tfor element in Z12684K1:\n\t\tif not element == True:\n\t\t\treturn False\n\treturn True"
"Z16K2": "def Z12684(Z12684K1):\n\tfor item in Z12684K1:\n\t\tif not item == True:\n\t\t\treturn False\n\treturn True"
}
}
},
},

2024년 4월 8일 (월) 12:55 판

This page displays in a limited way without JavaScript.