To separate the strings

sir, when we are separating the strings, instead of using the (.format) command
can’t we just use ‘sep’ command? it is easier than writing the coding with so many parenthesis.
for example:
print(“vanshika”,“setia”,“coding”,“blocks”,123, sep="-")

output:
vanshika-setia-coding-blocks-123

Hello @vanshikasetia, yes you are absolutely right with this. But it was for understanding and making familiar you with this new format concept. Because at some places it might get used. Although your approach is also fine.
I hope this is clear to you.
Pls, mark it as resolve and pls feel free to provide the feedback.
Thanks :slight_smile: