Get node features using it ID

is it possible to get nodes with their features using their IDS? if yes ? how i can do that? And thank you in advance .

Usually you could do g.ndata[feature_name][ids]. Both ndata and edata are indexed by node/edge IDs.