跳到内容
首页
学编程
学软件
学电脑
服务器
搜索
标签:
python切片运算符
python切片运算符和slice()的关系
1、切片运算符[]实际上在代码中与slice()使用:符号的对象一起使用,仅在[]内有效。 a[start:s […]