Suppose you have the following simple Python class: class Te…
Suppose you have the following simple Python class: class Test: # rest elided Which of the following snippets correctly defines a constructor that safely initializes an instance variable _a? (assuming we want _a to be a string)?