Assignment 11 table sorting

Assignment 11 table sorting

by julia gallucci -
Number of replies: 1

Hi,

Just a quick question. Is there a way to stop the table function from sorting alphabetically. i.e, my word_count function works but the output looks like this:

       word count

1         a     1

2        is     1

3      this     1

4 wonderful     2

5     world     1

Thank you in advance!

In reply to julia gallucci

Re: Assignment 11 table sorting

by Erik Spence -
It doesn't matter if the words are alphabetically sorted or not. Don't worry about it.