Data types in Python

 Python Data Types










  1. Strings
  • "codes learning"
     2. List
  • ["Text", 10 , True]
     3. Integers
  • 10, 20, 30
     4. Tuples
  • ("Text", 10, Faulse)
    5. Float
  • 3.14159
   6. Dictionaries
  • {'name':'Max'}
   7. Boolean
  • True , Faulse
   8. Set
  • {1,2,3}  

Comments

Popular posts from this blog

Python Program to Generate Password

How to become a Hacker ?