diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/3\347\217\255---\351\231\266\345\206\266---\347\254\254\344\270\200\345\221\250---\347\254\2543\350\212\202\350\257\276\344\275\234\344\270\232.md/\345\276\256\344\277\241\346\210\252\345\233\276_20201220115815.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/3\347\217\255---\351\231\266\345\206\266---\347\254\254\344\270\200\345\221\250---\347\254\2543\350\212\202\350\257\276\344\275\234\344\270\232.md/\345\276\256\344\277\241\346\210\252\345\233\276_20201220115815.png" deleted file mode 100644 index 9deaf3c5d78cf81744c02cdda74aa3ce7cab8c3f..0000000000000000000000000000000000000000 Binary files "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/3\347\217\255---\351\231\266\345\206\266---\347\254\254\344\270\200\345\221\250---\347\254\2543\350\212\202\350\257\276\344\275\234\344\270\232.md/\345\276\256\344\277\241\346\210\252\345\233\276_20201220115815.png" and /dev/null differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/3\347\217\255---\351\231\266\345\206\266---\347\254\254\344\270\200\345\221\250---\347\254\2543\350\212\202\350\257\276\344\275\234\344\270\232.md/\345\276\256\344\277\241\346\210\252\345\233\276_20201220115832.png" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/3\347\217\255---\351\231\266\345\206\266---\347\254\254\344\270\200\345\221\250---\347\254\2543\350\212\202\350\257\276\344\275\234\344\270\232.md/\345\276\256\344\277\241\346\210\252\345\233\276_20201220115832.png" deleted file mode 100644 index 4246caed542910cdf108c5332d3e596fa1c83fd4..0000000000000000000000000000000000000000 Binary files "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/3\347\217\255---\351\231\266\345\206\266---\347\254\254\344\270\200\345\221\250---\347\254\2543\350\212\202\350\257\276\344\275\234\344\270\232.md/\345\276\256\344\277\241\346\210\252\345\233\276_20201220115832.png" and /dev/null differ diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/zuoye1z-3j" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/zuoye1z-3j" new file mode 100644 index 0000000000000000000000000000000000000000..d5b9f651edf562eeef10e6a2a4598ae05b8c2ef0 --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/zuoye1z-3j" @@ -0,0 +1,5 @@ +可变的数据结构有:list(列表),dict(字典),set(集合) +不可变的数据结构有:tuple(元组) + +有序的数据结构有:list(列表),tuple(元组) +无序的数据结构有:dict(字典),set(集合) \ No newline at end of file diff --git "a/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/\344\275\234\344\270\2321\345\221\250-3\350\212\202-2.py" "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/\344\275\234\344\270\2321\345\221\250-3\350\212\202-2.py" new file mode 100644 index 0000000000000000000000000000000000000000..cc9913f63d0cb38bd05e4a4219decf7c6285d5fe --- /dev/null +++ "b/\347\254\254\344\272\214\346\234\237\350\256\255\347\273\203\350\220\245/3\347\217\255/3\347\217\255_\351\231\266\345\206\266/\344\275\234\344\270\2321\345\221\250-3\350\212\202-2.py" @@ -0,0 +1,7 @@ +a = [1, 2.2, "列表", '7>9', b'yes', ] + +tuple =(3, 5.32, "yuanzu", 1 < 6, b'no', ) + +dict = {"a": 1, "b": 6.66, "c": 'wuyu', "d": 9 > 8, "e": b'ass', "f": ''} + +set = {9, 8.8, "shuchu", 9<9, b'none'} \ No newline at end of file