Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strings/join.py is incorrect #12408

Open
osman-haider opened this issue Dec 3, 2024 · 0 comments · May be fixed by #12410, #12411 or #12434
Open

strings/join.py is incorrect #12408

osman-haider opened this issue Dec 3, 2024 · 0 comments · May be fixed by #12410, #12411 or #12434
Labels

Comments

@osman-haider
Copy link

Repository commit

3b1b70b

Python version (python --version)

Python 3.10

Dependencies version (pip freeze)

n/a

Expected behavior

s = ["", "", ""]
join(",", s) == ",".join(s)

',,' == ',,'

Actual behavior

s = ["", "", ""]
join(",", s) == ",".join(s)

'' != ',,'

This was referenced Dec 3, 2024
@aarthipv aarthipv linked a pull request Dec 3, 2024 that will close this issue
15 tasks
@RajdeepBakolia2004 RajdeepBakolia2004 linked a pull request Dec 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant