标签:元组 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 ESS RoCE oge bin 创建 jenkins root
原文地址:https://www.cnblogs.com/effortsing/p/10092266.html