Session Ready
Exercise

Time to join!

While normalizing your text, you noticed that one review had a particular structure. This review ends with the HTML tag <\i> and it has a lot of commas in different places of the sentence. You decide to remove the tag from the end and use the strategy of splitting the string and joining it back again without the commas.

The text of a movie review has been already saved in the variable movie. You can use print(movie) to view the variable in the IPython Shell.

Instructions 1/3
undefined XP
  • 1
  • 2
  • 3
  • Remove tag <\i> from the end of the string. Print the results.