Created
January 4, 2022 11:07
-
-
Save MM25Zamanian/0d120f8dde7a95ad33bc1fa160975df6 to your computer and use it in GitHub Desktop.
Python Application Starter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def main(): | |
print("Python Application Run") | |
## Write Python Application: | |
if __name__ == "__main__": | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment