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 years 前 | 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 years 前 | 0 个回答 | 0
