Write a python program script to print all the keywords

 #  Write a python script to print all the keywords

import keyword
print(keyword.kwlist)

Comments

Popular posts from this blog