Python In Telugu

What is the output of the following code?
x = [[0]*3]*3
x[0][0] = 1
print(x)

5 months ago | [YT] | 0