Computer Science, asked by mullasaima2020, 2 months ago

For checking / displaying the list of keywords available in Python, which of the following statements should be written?

Answers

Answered by vanshpandey928
0

Answer:

For checking and displaying the list in python

import the keyword module in Python

Explanation:

And then use  iskeyword() method for checking the list

Hope this gonna Help You :)

Similar questions