Python语句Print(type({1,2,3,4}))的输出结果是()。
A:
B:
C:
D:
A:
B:
C:
D:
举一反三
- Python语句Print(type({1,2,3,4}))的输出结果是()。 A: B: C: D:
- Python语句print(type([1,2,3,4]))的输出结果是()。 A:
- Python语句print( type( { 'a', '1', 2, 3 } ) )的输出结果是哪一项?( ) A: B: C: D:
- Python语句print(type({1:1,'a':2}))的输出结果是( )。 A: B: C: D:
- Python语句print(type({1,2,3,4}))的输出结果是________。 A: ‘tuple’> B: ‘set’> C: ‘dict’> D: ‘list’>