Commit 0ab3be44 by BellCodeEditor

auto save

parent d5e93f03
Showing with 9 additions and 0 deletions
num_list = []
for i in range(25):
num_list.append([0] * 15)
#num_list=[[0]*15]*25
num_list[0][0] = 1
print(num_list)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment