Update standalone.py

This commit is contained in:
TheCookingSenpai 2023-12-29 12:42:25 +00:00 committed by GitHub
parent e82aaf0a7d
commit a7cf8648e9
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.env)
print(os.getenv())