created main.py with code

This commit is contained in:
Nate Hammer 2023-03-27 17:14:07 -04:00
parent 3dfe20153d
commit d18a6f5b16
2 changed files with 86 additions and 8 deletions

View file

@ -1,8 +1,6 @@
home = C:\Users\Nathan\AppData\Local\Programs\Python\Python311
implementation = CPython
version_info = 3.11.1.final.0
virtualenv = 20.16.7
include-system-site-packages = false
base-prefix = C:\Users\Nathan\AppData\Local\Programs\Python\Python311
base-exec-prefix = C:\Users\Nathan\AppData\Local\Programs\Python\Python311
base-executable = C:\Users\Nathan\AppData\Local\Programs\Python\Python311\python.exe
import os
workingDir = os.getcwd()
CollPath = os.path.join(workingDir, '../regexConsp')
insideDir = os.listdir(CollPath)
print(insideDir)