This commit is contained in:
2024-10-29 06:33:13 -06:00
parent 69da723d3c
commit eff6783ad2
3 changed files with 45 additions and 32 deletions
+3
View File
@@ -0,0 +1,3 @@
import os
os.environ['SILLY'] = 'IAMASILLYFILLY'
print("SILLY = ", os.environ['SILLY'])