1
0
mirror of https://github.com/osmarks/random-stuff synced 2024-11-08 21:39:56 +00:00
random-stuff/code-guessing/analytics/run.py

6 lines
161 B
Python
Raw Normal View History

2023-06-19 13:09:54 +00:00
import os
import os.path
for person in os.listdir("people"):
for submission in os.listdir(os.path.join("people", person)):
print(person, submission)