Feeds
질문
Point coordinates generation using for loop
Starting at a = [0, 0] I am trying to create a for loop to make i and j in "a" to do the following: [1,0]..[2,0]..........[9,...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Using elements of one list as indices for another list
if i have a list let’s say a = [1, 4, 5] and another list b = [400, 200, 300, 100, 600] my goal is to use the numbers 1...
4년 초과 전 | 답변 수: 0 | 0
