标签:参考 spl https tuple www tps http play gif
1 tuple中的元素可以直接赋给相同个数的变量
tup1 = (‘asfa‘,234) p, q = tup1 print(p) print(q) # asfa # 234
参考:https://www.runoob.com/python/python-tuples.html
标签:参考 spl https tuple www tps http play gif
原文地址:https://www.cnblogs.com/xxswkl/p/11747098.html