Which of the following types of constructs should be called when the programmer wants to stop program execution?
a. Raise NotImplementedError
b. Print a "FIXME" message and return -1
c. return None
d. Use a pass statement



Answer :

Other Questions