Skip to content

Instantly share code, notes, and snippets.

@NaxAlpha
Last active April 14, 2025 13:21
Show Gist options
  • Save NaxAlpha/b8994fc31d73880fd475109ec69fbe79 to your computer and use it in GitHub Desktop.
Save NaxAlpha/b8994fc31d73880fd475109ec69fbe79 to your computer and use it in GitHub Desktop.
A simple hello world python script
import os
print(os.getcwd())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment