Home | | Computer Science 12th Std | Strings and String Manipulation - Introduction

Python - Strings and String Manipulation - Introduction | 12th Computer Science : Chapter 8 : Core Python : Strings and String Manipulation

Chapter: 12th Computer Science : Chapter 8 : Core Python : Strings and String Manipulation

Strings and String Manipulation - Introduction

String is a data type in python, which is used to handle array of characters.

Introduction

String is a data type in python, which is used to handle array of characters. String is a sequence of Unicode characters that may be a combination of letters, numbers, or special symbols enclosed within single, double or even triple quotes.

Example

‘Welcome to learning Python’

“Welcome to learning Python”

‘‘‘ “Welcome to learning Python” ’’’

In python, strings are immutable, it means, once you define a string, it cannot be changed during execution.

Tags : Python , 12th Computer Science : Chapter 8 : Core Python : Strings and String Manipulation
Study Material, Lecturing Notes, Assignment, Reference, Wiki description explanation, brief detail
12th Computer Science : Chapter 8 : Core Python : Strings and String Manipulation : Strings and String Manipulation - Introduction | Python


Privacy Policy, Terms and Conditions, DMCA Policy and Compliant

Copyright © 2018-2024 BrainKart.com; All Rights Reserved. Developed by Therithal info, Chennai.