mirror of
https://github.com/nhammer514/textfiles-politics.git
synced 2025-05-09 01:55:03 -04:00
created main.py with code
This commit is contained in:
parent
3dfe20153d
commit
d18a6f5b16
2 changed files with 86 additions and 8 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue