快乐学习 一个网站喵查铺子(catpuzi.com)全搞定~

阅读下面程序:

set_01 = {'a', 'c', 'b', 'a'}

set_01.add('d')

print(len(set_01))

运行程序,输出结果是()

热门题目 网课答案 2023-05-05 扫描二维码

题目:阅读下面程序:

set_01 = {'a', 'c', 'b', 'a'}

set_01.add('d')

print(len(set_01))

运行程序,输出结果是()

A、

5

B、

3

C、

4

D、

2

喵查答案:C
喜欢 (0)
关于作者: