Skip to content

Commit 225b224

Browse files
Removed additional Print statement
There was an additional print statement on line 16 on Explore the Data explore the section. Which have no purpose
1 parent 3a95d11 commit 225b224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-tv-script-generation/dlnd_tv_script_generation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"word_count_line = [len(line.split()) for line in lines]\n",
6464
"print('Average number of words in each line: {}'.format(np.average(word_count_line)))\n",
6565
"\n",
66-
"print()\n",
66+
6767
"print('The lines {} to {}:'.format(*view_line_range))\n",
6868
"print('\\n'.join(text.split('\\n')[view_line_range[0]:view_line_range[1]]))"
6969
]

0 commit comments

Comments
 (0)