Correct Answer: (3) Throw
Solution:Some of the common keywords used in python are: false, class, return, try, true, while, yield, assert, import, pass, break, except, raise, etc.except, raise, try are used with exceptions in Python. Exceptions are basically errors that suggests something went wrong while executing our program. pass is a null statement in Python; nothing happens when it is executed.