Introduction to Python:- Python Data Types Part -1 {Strings} [Python Course]

This is a Python Course Firstly we discuss the ’Introduction to Python’ which analogy to Python Data Types • Python’s Core Data Types o List and Dictionaries can be nested o key : value • Numbers o Is addition, * is multiplication, ** is power or exponentiation(ex) • Strings o Order collection Data Types o Sequence Operation o Immutability Ordered Sequence o Type-Specific Methods
Back to Top