ผลการค้นหา: "#python_lists"

4 ผลลัพธ์
Maryam
Maryam@Mary_cti·
You guys it took me two nights to figure out this game, and only the minute I was about to submit I realized I could make it simpler using #Python_lists.💡I learned that details really matter and there is always room for creativity.👩‍💻@CodeToInspire #AfganGirlsCode #WomenInTech
Maryam tweet media
English
2
1
9
134
Somesh Ugar
Somesh Ugar@someshugar_998·
#Python_lists Python lists will be used frequently in CS16. Lists are Python’s version of Java arrays >>> myList = [10, 2, 15, 30] >>> myVal = myList[2] # myVal will now = 15 >>> perfectSquares = [] >>> for i in range(1, 11): ... perfectSquares.append(i*i)
English
1
0
0
61