鑑於兩個列表: In [518]: A
Out[518]: [3, 4, 2, 1, 7, 6, 5]
In [519]: B
Out[519]: [4, 6]
在B每個元素在A存在,無一例外。 我想檢索B的索引數組,如A所示。例如,4在A的索引1中存在,6在B的位置5。對於這種情況我的預期輸出是[1, 5]。 這是我做得到指數: In [520]: np.flatnonzero(np
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
import time
pos = mc.player.getTilePos()
x = pos.x + 1
y = pos.y
z = pos.z
# Add 10 glass blocks (ID 20) to this empty list
blo