在对列表和元组进行索引的时候,发现使用多维索引会出现以下bug:
TypeError: list indices must be integers or slices, not tuple TypeError: tuple indices must be integers or slices, not tuple
list:
list1 [[1,2,3], [4,5,6]]
m1 list1[1,0]tuple:
tup…
原文链接1:https://danielmangum.com/posts/risc-v-bytes-caller-callee-registers/ 原文链接2:https://zhuanlan.zhihu.com/p/77663680 //主要讲栈帧 原文链接3:https://www.jianshu.com/p/b666213cdd8a //主要讲栈帧 This is part of a new…