Open edutools-service opened 3 weeks ago
If we are talking about task description, for this example:
list_ = ['Python', 'programming language'] # a list iterable
sep = ' is a '
print(sep.join(list_)) # join with the ' is a ' separator
Correct output is Python is a programming language
Python is a programing language is not the correct output
Error message: "Python is a programming is a language" is the correct output
initially submitted on 9/27/2023 11:25:13