Python语句a=[10,20,5],print(max(a))的输出结果是()。
举一反三
- Python语句print(set([1,2,1,2,3]))的输出结果是()。
- Python语句print(type([1,2,3,4]))的输出结果是()。 A:
- Python语句a=[1,2,3,None,0,[],];print(len(a))的输出结果是
- 中国大学MOOC: Python语句print(type([1,2,3]))的输出结果是:
- 语句print("{0:=^20}".format("Python"))输出结果是: ==============Python|=======Python=======|Python|Python==============