Skip to content

Commit 1d172d0

Browse files
Update main.py
1 parent 6ba53d8 commit 1d172d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import program12 as p12
2121
import program13 as p13
2222

23-
def main():
23+
def start_all_programmes():
2424
p1.sayhello()
2525
p2.HelloAppLaunch()
2626
p3.GreetingAppLaunch()
@@ -35,5 +35,6 @@ def main():
3535
p12.launchNoteBookApp()
3636
p13.launchApp()
3737

38-
if __name__ == '__main__':main()
38+
if __name__ == '__main__':
39+
start_all_programmes()
3940

0 commit comments

Comments
 (0)