Jugwancommunication

Follow Us:

  • Home
  • News
  • FreeSoftware
  • OperatingSystem
  • ComptureLanguage
  • _Python
  • Faridabad Job's
HomePython

4 # Built in Data type in python

byYogesh Rajput -March 31, 2021
0



 # Built in Data type in python?

'''

Text Type = str

Numeric Type = int , float , complex

Sequence Type = list , tuple , rang

Mapping Type = dict

set Type = set , frozenset

Boolean Type = bool

Binary Type = bytes , bytearray , memoryview

'''

# Setting the 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

'''

# Setting the Specific Data Type

'''

x = str("Hello World")                              str

x = int(20)                                         int

x = float(20.5)                                     float

x = complex(1j)                                     complex

x = list(("apple", "banana", "cherry"))             list

x = tuple(("apple", "banana", "cherry"))            tuple

x = range(6)                                        range

x = dict(name="John", age=36)                       dict

x = set(("apple", "banana", "cherry"))              set

x = frozenset(("apple", "banana", "cherry"))        frozenset

x = bool(5)                                         bool

x = bytes(5)                                        bytes

x = bytearray(5)                                    bytearray

x = memoryview(bytes(5))                            memoryview

'''


Tags: Python
  • Share on Facebook
  • Share on Twitter
You might like

If you have any doubts. Please Let me Know

Post a Comment

If you have any doubts. Please Let me Know

Post a Comment (0)

Previous Post Next Post

Follow Us

Advertisement

Main Tags

  • 16 GB RAM
  • 512GB SSD
  • 8 GB RAM
  • BestComputerCourses
  • Dell MS116 1000DPI USB Wired Optical Mouse
  • Excel
  • faridabadjob
  • Free_Software
  • HP 15 (2021) Thin & Light 11th Gen Core i5 Laptop
  • HP Pavilion (2021) Thin & Light 11th Gen Core i5 Laptop
  • Iris Xe Graphics
  • Java
  • JavaScript
  • MSOffice
  • Python
  • ShortCode
  • windows
  • Wired Keyboard and Mouse Combo with 104 Keys and a USB Mouse with

Featured post

Yogesh RajputSeptember 18, 2021

Advertisement

Tags

  • 16 GB RAM
  • 512GB SSD
  • 8 GB RAM
  • BestComputerCourses
  • Dell MS116 1000DPI USB Wired Optical Mouse
  • Excel
  • faridabadjob
  • Free_Software
  • HP 15 (2021) Thin & Light 11th Gen Core i5 Laptop
  • HP Pavilion (2021) Thin & Light 11th Gen Core i5 Laptop
  • Iris Xe Graphics
  • Java
  • JavaScript
  • MSOffice
  • Python
  • ShortCode
  • windows
  • Wired Keyboard and Mouse Combo with 104 Keys and a USB Mouse with

Pages

  • Terms and Conditions
  • Contact Us
  • JavaScriptTutorial
  • Today News

Advertisement

Contact Form