I want to create a PyQt5 program that has the following: A basic window:
app = QApplication([]) root = QMainWindow() root.show() app.exec_()