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

猜你喜欢

转载自www.cnblogs.com/effortsing/p/10092277.html
今日推荐