li=[[1,2,3,4,5],[1,2,3,4,5],[1,2,3,4,5],[1,2,3,4,5],[1,2,3,4,5]]
s=0
for i in range(0,5):
for j in range(0,5):
print li[i][j],
print ""
print "+++++++++++++++++++++++++++++++++"
for k in li:
for w in k:
print w,
print ""
相关文章
- 01-22Linked List Cycle 判断一个链表是否存在回路(循环)
- 01-22c++ 遍历目录下文件、文件夹
- 01-22python3 第二十八章 - 内置函数之List相关
- 01-22二叉树先序遍历
- 01-22二叉树后序遍历
- 01-22foeach集合遍历
- 01-22Service的两种启动方法
- 01-22两种端到端通用目标检测方法
- 01-22两种端到端通用目标检测方法
- 01-22CSS 有序或者无序列表的前面的标记 list-style-type 属性