Skip to content

Commit

Permalink
Removed additional Print statement
Browse files Browse the repository at this point in the history
There was an additional print statement on line 16 on Explore the Data explore the section. Which have no purpose
  • Loading branch information
Utkarsh-Shukla12 committed Feb 24, 2020
1 parent 3a95d11 commit 225b224
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@
"word_count_line = [len(line.split()) for line in lines]\n",
"print('Average number of words in each line: {}'.format(np.average(word_count_line)))\n",
"\n",
"print()\n",

"print('The lines {} to {}:'.format(*view_line_range))\n",
"print('\\n'.join(text.split('\\n')[view_line_range[0]:view_line_range[1]]))"
]
Expand Down

0 comments on commit 225b224

Please sign in to comment.