We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fa3c2 commit 3c4c2c4Copy full SHA for 3c4c2c4
PyGamesScripts/Sudoku/main.py
@@ -1,6 +1,7 @@
1
from app_class import *
2
3
+# The main driver code
4
if __name__=="__main__":
5
app = App()
6
app.run()
-
7
+
0 commit comments