美文网首页
python-元组基础

python-元组基础

作者: 水漾涟漪penny | 来源:发表于2019-01-08 18:53 被阅读0次

    #元组tuple

    #初始化

    # tuple1 = (1,2,'#')

    # print(tuple1)

    #解包

    # tuple1 = (1,2,'#')

    # a,b,c=(1,3,"*")

    # print(a,b,c)

    相关文章

      网友评论

          本文标题:python-元组基础

          本文链接:https://www.haomeiwen.com/subject/pdbbrqtx.html