阅读下面程序:set_01 = {‘a’, ‘c’, ‘b’, ‘a’}set_01.add(‘d’)print(len(set_01))运行程序,输出结果是( )。 A.4 B.3 C.2 D.5 阅读下面程序:set_01 = {‘a’, ‘c’, ‘b’, ‘a’}set_01.add(‘d’)print(len(set_01))运行程序,输出结果是( )。 A.4 B.3 C.2 D.5 正确答案:A