- (無法更改的資訊)
牛客網有兩份絕密的名單,該名單不允許被修改。現在給出這兩份名單的序列,請將其建立為元組結構,並各自列印整個元組。現在牛牛想要第一份名單的前三個名字和第二份名單的後三個名字組合成“被選中的人”,請你將“被選中的人”組成成新元組,並列印整個元組。
one_name = tuple(map(str,input().split())) two_name = tuple(map(str,input().split())) print(one_name) print(two_name) three_name = one_name[0:3] + two_name[-3:] print(three_name)
- ( 牛客的夥伴們)牛牛有最好的朋友列表['NiuMei', 'NiuKele', 'NiuNeng'],以及他們與自己在牛客網的刷題量列表[3, 4, 5, 8],請你使用zip函式將這兩個列表打包為一個列表。(捨棄最末尾牛牛的刷題量)
name_list = ['NiuMei', 'NiuKele', 'NiuNeng'] num_list = [3, 4, 5, 8] print(list(zip(name_list, num_list)))
Python速通(元組)
相關文章
- XCPCer速通PythonPython
- Python速通(列表)Python
- Python 元組Python
- Python tuple(元組)Python
- python的元組Python
- Python元組tuplePython
- python-元組Python
- Python元組詳解Python
- python元組和列表Python
- Python基礎_元組Python
- 認識Python 元組Python
- 06_Python 元組Python
- python--元組tuplePython
- Python 建立元組tuplePython
- Python列表、元組、字典使用Python
- Python 基礎 3 - 元組Python
- Python的元組()與字典{}Python
- Python 學習之元組Python
- python元組的特點Python
- python命名元組如何理解Python
- Python的元組()與字典 { }Python
- Python基礎(05):元組Python
- 初學Python(五)——元組Python
- python列表元組的操作Python
- Python的元組和列表Python
- python學習:元組tuplePython
- python元組與字典簡介Python
- python元組如何打包和解包Python
- python_列表——元組——字典——集合Python
- Python 學習之元組列表Python
- python list列表基礎(元組)Python
- Python之列表&元組小練Python
- python入門:元組和字典Python
- python基礎之元組,列表Python
- python list(列表)和tuple(元組)Python
- Python基礎-元組小結Python
- python基礎:元組轉字典Python
- 圓通速遞財報:2022年圓通速遞營收535.46億元 同比增長18.58%營收