Last active
April 14, 2025 13:21
-
-
Save NaxAlpha/b8994fc31d73880fd475109ec69fbe79 to your computer and use it in GitHub Desktop.
A simple hello world python script
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
import os | |
print(os.getcwd()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment