Skip to content

Commit 0aa1ab4

Browse files
authored
Merge pull request #2 from adityaKrishan651/master
improve main.py
2 parents 6ba53d8 + 1d172d0 commit 0aa1ab4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.py

Lines changed: 3 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy