Q)

A) eval

B) assert

C) nonlocal

D) pass

Correct Answer: eval
Explanation: In Python, eval is not keyword. Pyhon Keywords are [False, None, True, and, as, assert, async, await, break, class, continue, def, del, elif, else, except, finally, for, from, global, if, import, in, is, lambda, nonlocal, not, or, pass, raise, return, try, while, with, yield].