What will be the output of type(('a'))?
B) <class 'str'>
<class 'str'>
A) <class 'tuple'>
<class 'tuple'>
D) <class 'dict'>
<class 'dict'>
C) <class 'list'>
<class 'list'>