AllenDowney / ThinkStats2

Text and supporting code for Think Stats, 2nd Edition
http://allendowney.github.io/ThinkStats2/
GNU General Public License v3.0
4.03k stars 11.31k forks source link

Removed 'script' from the print statement #62

Closed abhayana24 closed 7 years ago

abhayana24 commented 7 years ago

Following error is printed on running: `(13593, 244)

NameError Traceback (most recent call last) /home/ashish/Documents/ashish/ThinkStats2/code/nsfg.py in ()

 if __name__ == '__main__':
     main()

NameError: name 'script' is not defined `

Fixed this error, by removing the script from print statement.

AllenDowney commented 7 years ago

Thanks!