Want to create interactive content? It’s easy in Genially!
Get started free
Data types
.
Created on August 24, 2023
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
MATÍAS MARTÍNEZ
Data types
Complex():represents numbers with both real and imaginary parts
Range():This object is used for iteration and generating sequences of integers.
Bytes():are used to represent binary data, such as images, audio, and other non-textual information
Bytearray():represents a mutable sequence of bytes
Memoryview():allows you to access the internal memory of an object without creating a new copy of the data
Frozenset(): creates an immutable version of a set
Bool(): represents two possible values: True or False
Dict(): is an unordered collection of key-value pairs