For checking / displaying the list of keywords available in Python, which of the following statements should be written?
Answers
Answered by
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