单选题 1分 Python中,type(eval('3.14'))的结果是: A<class 'str'> B<class 'int'> C<class 'float'> D<class 'bool'>