anthony-chen's picture
kek
a1551fc
raw
history blame contribute delete
No virus
132 Bytes
import os
index = 0
for item in os.scandir("test"):
print(item)
index += 1
if index is 5:
break