We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5534972 commit 28cdc2bCopy full SHA for 28cdc2b
src/main.py
@@ -3,7 +3,7 @@
3
4
@author: Aditya
5
6
-This is the main file and will import other modules/codes written for python
+This is the main file and will import other modules/codes written for python tkinter demonstration
7
'''
8
9
import program1 as p1
@@ -17,6 +17,7 @@
17
import program9 as p9
18
import program10 as p10
19
import program11 as p11
20
+import program12 as p12
21
22
def main():
23
p1.sayhello()
@@ -30,5 +31,7 @@ def main():
30
31
p9.DisplayAppLaunch()
32
p10.launchTopLevelApp()
33
p11.launchPanedWindowApp()
34
+ p12.launchNoteBookApp()
35
-if __name__ == '__main__':main()
36
+if __name__ == '__main__':main()
37
+
0 commit comments