menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

Strings an...
source image

RealPython

2w

read

39

img
dot

Image Credit: RealPython

Strings and Character Data in Python

  • Python strings are a sequence of characters used for handling textual data.
  • Strings in Python are immutable, meaning once you define a string, you can’t change it.
  • To access specific elements of a string, you use indexing, where indices start at 0 for the first character.
  • You can join all elements in a list into a single string using .join().

Read Full Article

like

2 Likes

For uninterrupted reading, download the app