In [ ]:
# import libraries and packages 
import nltk 
import pandas

In [7]:
# some call a bucnh of times later in the code 
# global variables
a = 10

print(a)


10

In [15]:
# Input data
with open(file="/")


  File "<ipython-input-15-1ec94f4be53d>", line 2
    with open(file="brown_sample.txt")
                                      ^
SyntaxError: invalid syntax

In [14]:
print ("Hi")


Hi

this is pretty


In [4]:
#this is separate from the original cell on top

In [5]:
print ("Hi again")


Hi again

In [8]:
print (a)


10

In [ ]:


In [ ]: