把开发过程较好的内容做个收藏,下面内容内容是关于python 给数组按片赋值的内容,应该是对小伙伴有所用途。
inventory = ["sword", "armor", "shield", "healing potion"]
inventory[4:6] = ["orb of future telling"]
print inventory
把开发过程较好的内容做个收藏,下面内容内容是关于python 给数组按片赋值的内容,应该是对小伙伴有所用途。
inventory = ["sword", "armor", "shield", "healing potion"]
inventory[4:6] = ["orb of future telling"]
print inventory
本文标题:python 给数组按片赋值的代码
本文链接:https://www.haomeiwen.com/subject/mrmnsqtx.html
网友评论