Code: Select all
from subprocess import check_output
print(check_output(["ls", "../input"]).decode("utf8"))
Ich kenne kleine Python, also kann ich nicht verstehen, was der Zweck dieser Codes ist. < /p>
Code: Select all
from subprocess import check_output
print(check_output(["ls", "../input"]).decode("utf8"))