Any difference among different shallow copy methods for list?
When I have a list a
, I can create a shallow copy of a
by the following four different methods:
When I have a list a
, I can create a shallow copy of a
by the following four different methods: