import nltk#nltk.download()sent1 = "public void main(String[] argv)"tokens1 = nltk.word_tokenize(sent1)print(tokens1)