You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the exercise Counting Bigrams, students build a dictionary of bigrams and then measure its length with len(bigram_dict). The result is 315324 but the expected answer 315400. The expected answer needs to be updated.
The text was updated successfully, but these errors were encountered:
In the exercise Counting Bigrams, students build a dictionary of bigrams and then measure its length with len(bigram_dict). The result is 315324 but the expected answer 315400. The expected answer needs to be updated.
The text was updated successfully, but these errors were encountered: