Home »
Python »
PyQt MCQs
Which module contains non-GUI functionalities to work with the files and directories in Python?
2. Which module contains non-GUI functionalities to work with the files and directories in Python?
- QtCui
- PyQtCui
- QtCore
- QtGui
Answer: C) QtCore
Explanation:
There is a module named QtCore in PyQt that provides the classes and functions for working with the files and directories in Python.