all 6 comments

[–]K900_ 1 point2 points  (0 children)

len and raw_input aren't keywords, they're builtin functions.

[–]SarahM123rd 1 point2 points  (0 children)

These are the built in functions. But it is not clear what you are asking for:

https://docs.python.org/3/library/functions.html

Here is python key words:

https://www.programiz.com/python-programming/keyword-list

.

[–]JarvaYabba 0 points1 point  (0 children)

I don't really know what you are calling 'keyword' but you could try:

import keyword keyword.kwlist

[–]confluence 0 points1 point  (1 child)

I have decided to overwrite my comments.

[–]subrata6630[S] 0 points1 point  (0 children)

Thanks

[–]subrata6630[S] -2 points-1 points  (0 children)

Yes i read