Run
# Given list x_str = ['apple', 'banana', 100, 200] # Print list without brackets print(str(x_str).strip("[]"))
Output