Countour-Integral

146
reputation
2

We live in a matrix.

a = []
a.append(a)
b = [[...]]
print(a, b, a == b)