网站介绍:文章浏览阅读100次。可迭代对象的应用一个*、迭代对象的解包可以对字符串、元组、列表等可迭代对象进行解包fruit = ['apple','pear','grape','banana']*x,y=fruitprint(f"x={x},y={y}")x=['apple', 'pear', 'grape'],y=banana可以把list最后一个元素赋给y,其余的赋给x对于元组同理*x,y=(1,2,3,4,5)print(f"x={x},y={y}")x=[1, 2, 3, 4],y=5一个*、可_"y=[\"\"fruit\",\"apple\"]"
- 链接地址:https://blog.csdn.net/wendaomudong_l2d4/article/details/123346282
- 链接标题:PythonNote035---python中星号的作用_"y=[\"\"fruit\",\"apple\"]"-CSDN博客
- 所属网站:blog.csdn.net
- 被收藏次数:4011
- 网站标签:"y=[\"\"fruit\" \"apple\"]"