python 3 append使用

Posted effortsing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 3 append使用相关的知识,希望对你有一定的参考价值。

实例 1

friends=[]
tup1=("Jon",35)
friends.append(tup1[0])
print(friends[0])


ssh://[email protected]:22/usr/bin/python -u /home/progect/app/py_code/test1.py
jenkins

Process finished with exit code 0

 

以上是关于python 3 append使用的主要内容,如果未能解决你的问题,请参考以下文章

python 用于在终端中运行的sublime text 3的简单代码片段制作工具

python 3 append使用

Python中嵌套list使用append的问题?

如何在多个页面使用同一个HTML片段

Python 默认参数混淆

学习笔记:python3,代码片段(2017)