Determining if a language is in P or NP?

78 Views Asked by At

Is the following language in P or NP?

EMPTY_TM = {⟨N⟩| N is a TM that accepts no input}

Can someone shed some light on how to come to such a conclusion also?