码迷,mamicode.com
首页 > 编程语言 > 详细

python 3 元组

时间:2018-12-09 18:42:26      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:元组   python   ESS   RoCE   oge   bin   创建   jenkins   root   

1、创建元祖

tup1 = (‘jenkins‘,‘mysql‘)
print(tup1)


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

Process finished with exit code 0


2、访问元祖

tup1 = (‘jenkins‘,‘mysql‘)
print(tup1[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

  

python 3 元组

标签:元组   python   ESS   RoCE   oge   bin   创建   jenkins   root   

原文地址:https://www.cnblogs.com/effortsing/p/10092266.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!