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?

  1. QtCui
  2. PyQtCui
  3. QtCore
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.