Is there a way to 'clean up' a list (getting rid of the quotations and commas) in python?

后端 未结 0 2012
醉酒成梦
醉酒成梦 2020-11-27 23:16

I have the following code:

breakCode = input(\'Do you want to stop? \')
if breakCode == \'YES\':
   print(\' \'.join(map(str,listConversions)))
   break
else:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题