Skip to content

Commit 334a940

Browse files
committed
add file
1 parent babb263 commit 334a940

5 files changed

Lines changed: 4 additions & 0 deletions

File tree

study_code/learn_python/test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
L1 = [2,3,4]
2+
L2 = L1[:]
3+
L1[0] = "a"
4+
print(L2)

study_code/learn_python/type2calu/dirctionary.py

Whitespace-only changes.

study_code/learn_python/type2calu/file.py

Whitespace-only changes.

study_code/learn_python/type2calu/set.py

Whitespace-only changes.

study_code/learn_python/type2calu/tuple.py

Whitespace-only changes.

0 commit comments

Comments
 (0)