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