3 lines
93 B
Text
3 lines
93 B
Text
|
import os
|
||
|
from sys import argv
|
||
|
print(argv[1] + ": " + ", ".join(os.listdir("/home/swee/cc")))
|