In [ ]:
from keyword import kwlist

In [ ]:
len(kwlist)

In [ ]:
for kw in kwlist:
    print(kw, sep=',')