美文网首页
python 给数组按片赋值的代码

python 给数组按片赋值的代码

作者: 程序媛宝 | 来源:发表于2019-02-08 09:33 被阅读0次

    把开发过程较好的内容做个收藏,下面内容内容是关于python 给数组按片赋值的内容,应该是对小伙伴有所用途。

    inventory = ["sword", "armor", "shield", "healing potion"]

    inventory[4:6] = ["orb of future telling"]

    print inventory

    相关文章

      网友评论

          本文标题:python 给数组按片赋值的代码

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