[ad_1]
split is not working on empty separators. Just use the string:
print("-".join(string))
[ad_2]
solved What is wrong in this code here
[ad_1]
split is not working on empty separators. Just use the string:
print("-".join(string))
[ad_2]
solved What is wrong in this code here