Data types used in Python
Postado 2022-10-10 11:10:35
0
37
Below are the examples, how you can set different kind of Data types in Python.
Example | Data Type |
---|---|
x = "Hello World" | str |
x = 20 | int |
x = 20.5 | float |
x = 1j | complex |
x = ["apple", "banana", "cherry"] | list |
x = ("apple", "banana", "cherry") | tuple |
x = range(6) | range |
x = {"name" : "John", "age" : 36} | dict |
x = {"apple", "banana", "cherry"} | set |
x = frozenset({"apple", "banana", "cherry"}) | frozenset |
x = True | bool |
x = b"Hello" | bytes |
x = bytearray(5) | bytearray |
x = memoryview(bytes(5)) | memoryview |
x = None | NoneType |
Pesquisar
Categorias
- Information Technology
- Office Equipment and Supplies
- Cars and Trucks
- Persons
- Books and Authors
- Tutorials
- Art
- Causes
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Jogos
- Gardening
- Health
- Início
- Literature
- Music
- Networking
- Outro
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Leia Mais
Degaussing System Market Supported by Military Modernization
Degaussing System Market grows with rising naval security ...
Farm Equipment Service in Elizabethtown: Why Ag-Com LLC is the Trusted Choice for Farmers
Farming is not just a livelihood in Elizabethtown—it's a way of life. Ensuring that your...
Breast Imaging Market Analysis and Outlook Report 2025-2034
The most recent report published by Vantage Market Research indicates that the "Breast Imaging...
The Importance of Therapy in Lexington, KY: Finding Support and Healing
Mental health is a vital part of overall well-being. Many people in Lexington, KY, benefit...
© 2025 Omaada - A global social and professionals networking platform
Portuguese
