I am using underscores to represent the length of a unknown word. How can I print just the underscores without the brackets that represent the list?
Basically, if I have a list of the form ['_', '_', '_', '_']
, I want to print the underscores without printing them in list syntax as "_ _ _ _"