- Timestamp:
- Nov 8, 2022, 8:37:37 PM (2 years ago)
- Branches:
- master
- Children:
- 3800ca9
- Parents:
- cf9b970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
content/digarden/20220202183614-python.org
rcf9b970 re9afb74 3 3 :END: 4 4 #+title: Python 5 ** Типы данных 6 - Numeric data types :: int, float, complex 7 - String data types :: str 8 - Sequence types :: list, tuple, range 9 - Binary types :: bytes, bytearray, memoryview 10 - Mapping data type :: dict 11 - Boolean type :: bool 12 - Set data types :: set, frozenset 5 13 ** Достоинства 6 14 - Относительно простой
Note:
See TracChangeset
for help on using the changeset viewer.