Data types used in Python
Posted 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 |
Căutare
Categorii
- Information Technology
- Office Equipment and Supplies
- Cars and Trucks
- Persons
- Books and Authors
- Tutorials
- Art
- Causes
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Jocuri
- Gardening
- Health
- Home
- Literature
- Music
- Networking
- Alte
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Citeste mai mult
Top Rigid Box Packaging Services in Los Angeles for Premium Brands
In the world of premium branding, first impressions aren’t just...
Beyond Basic Baking: Exploring the Expanding Functional Flour Industry
The global food industry is undergoing a significant transformation, driven by health-conscious...
Overhead Conductor Mastery: Everything You Need to Know About Power Transmission’s Critical Backbone
An overhead conductor is the wire or set of wires used in aerial power transmission and...
Pakistani Dresses Online UK – The Ultimate Style Guide for 2025
The fashion landscape in the UK is evolving, and one of the most exciting trends to emerge is the...
レアアース濃縮物の世界市場規模:全体売上と需要分析予測2025~2031
QYResearch株式会社(所在地:東京都中央区)は、最新の調査資料「レアアース濃縮物―グローバル市場シェアとランキング、全体の売上と需要予測、2025~2031」を2025年5月27日より発...
© 2025 Omaada - A global social and professionals networking platform
Romaian
