判断题 Python集合可以包含相同的元素。( )

A、 正确
B、 错误
下载APP答题
由4l***vx提供 分享 举报 纠错

相关试题

判断题 表达式not 3的值为__________。

A、正确
B、错误

判断题 已知x为非空列表,那么表达式x.reverse() == list(reversed(x))的值为__________。

A、正确
B、错误

判断题 表达式'Beautiful is better than ugly!'.startswith('Be', 5)的值为________。

A、正确
B、错误

判断题 表达式3 in {1, 2, 3}的值为________。

A、正确
B、错误

判断题 已知x为非空列表,那么表达式x.sort() == sorted(x)的值为__________。

A、正确
B、错误

判断题 表达式'ac' in 'abce'的值为__________。

A、正确
B、错误

判断题 表达式'abc' in ['abcdefg']的值为__________。

A、正确
B、错误

判断题 表达式'abc' in 'abcdefg'的值为__________。

A、正确
B、错误