Changeset e9afb74 in at-w96k


Ignore:
Timestamp:
Nov 8, 2022, 8:37:37 PM (2 years ago)
Author:
w96k <w96k@…>
Branches:
master
Children:
3800ca9
Parents:
cf9b970
Message:

Add python data types to digital garden

File:
1 edited

Legend:

Unmodified
Added
Removed
  • content/digarden/20220202183614-python.org

    rcf9b970 re9afb74  
    33:END:
    44#+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
    513** Достоинства
    614- Относительно простой
Note: See TracChangeset for help on using the changeset viewer.