python 3 append使用

实例 1

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


ssh://root@192.168.0.204:22/usr/bin/python -u /home/progect/app/py_code/test1.py
jenkins

Process finished with exit code 0