Update standalone.py

This commit is contained in:
TheCookingSenpai 2023-12-29 12:42:49 +00:00 committed by GitHub
parent a7cf8648e9
commit 91497db6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
import os
print("I am working!")
print(os.getenv())
print(os.getenv("HOME"))