Programming Language Python Module MCQ Question #3564
Single Choice Not Set

QWhat does the following statements do?
 import keyword
print(keyword.kwlist)

ID: #3564 Python Module MCQ 351 views
Question Info
#3564Q ID
Not SetDifficulty
Python Module MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Displays the list of Python modules
  • B Displays a list of all the Python keywords
  • C Displays a random keyword from the Python keywords
  • D Displays the date and time
Correct Answer

Explanation

Displays a list of all the Python keywords

Share This Question

Challenge a friend or share with your study group.