cherry_be/test/some.py
2021-02-17 15:28:07 +08:00

4 lines
32 B
Python

a = [1,2,3]
b = a
a = 1
print(b)