Was bedeutet diese Druck (check_output (["ls", "../input" weibliche) .decode("utf8"))?
Posted: 12 Feb 2025, 08:36
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>