help("keywords")


import keyword

print(keyword.kwlist)
print(len(keyword.kwlist))
