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
Bug report
Bug description:
CPython versions tested on:
3.12
Operating systems tested on:
Windows