Types Summary and Type Conversion
Types summary The following is a summary of the different Python types: string - Sequence type: Used for text. list- Sequence type: A mutable container with ordered elements. tuple - Sequence type: An immutable container with ordered elements. set  - Set type: A mutable container with unordered and unique elements. dict – Mapping type: A container with...
0 Comentários 0 Compartilhamentos 2K Visualizações 0 Anterior