Skip to content

proposal: strings: add Capitalize to upper case the first letter #71145

Description

@xushiwei

Proposal Details

txt = "hello, and welcome to my world."

x = txt.capitalize()

print (x)

Output:

Hello, and welcome to my world.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions