Objectivitix
Results
2
issues of
Objectivitix
An example: ```py >>> a = np.random.randint(0, 10, (3, 3)) >>> a[:, [0, -1]] = 0 >>> a[[0, -1], :] = 0 >>> a array([[0, 0, 0], [0, 5, 0],...
## Description Add 30 to 70 (tbd, we're making the q/a pairs currently as we speak) new question/answer pairs to the Python category. They will range from easier topics such...
status: approved
area: backend
type: enhancement
category: content