Skip to content

AUGMENTED OPERATORS ADDITION #113670

@raja986

Description

@raja986

Bug report

Bug description:

# Add a code block here, if required
l=[]
l+="help"#shouldn't work generally but in latest version
#its working 
#output:['h','e','l','p']
#generally we will use l+=list("help") it was given in #documention that only list can add to a list but it #differs here

CPython versions tested on:

3.12

Operating systems tested on:

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    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