Skip to content

Instantly share code, notes, and snippets.

@MM25Zamanian
Created January 4, 2022 11:07
Show Gist options
  • Save MM25Zamanian/0d120f8dde7a95ad33bc1fa160975df6 to your computer and use it in GitHub Desktop.
Save MM25Zamanian/0d120f8dde7a95ad33bc1fa160975df6 to your computer and use it in GitHub Desktop.
Python Application Starter
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