com trainer data scientist lesson c4edf0fe bc6d 4f12 8970 0685a4a73143
Search for question
Question
×
+
com/trainer/data-scientist/lesson/c4edf0fe-bc6d-4f12-8970-0685a4a73143/
Below is the list with information about Fight Club that you worked with earlier. Use
indexing to get the genre element, which is itself a list. Then use join() to create a
string from the genre list, where each genre is separated by a comma and a space
', '. Assign the result to a variable called genre, then replace the genre list in
movie_info with genre.
Code'
PYTHON
? Hint
Result
</>
C
Submit
['Fight Club', 1999, ['thriller', 'drama', 'crime'], 139, 8.644]