Skip to content

Strings in Python #25

Description

@wadhwaakash

A String in Python is any sequence of characters.
Strings are created by writing
s="Hello"
or s='Hello'
Strings can be accessed using indices just like lists.
"Hello"[0]=H
Strings are immutable, so "Hello"[0]="D" type statements are not allowed.
Special functions in lists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions