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