Was bedeutet diese Druck (check_output (["ls", "../input" weibliche) .decode("utf8"))?

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Was bedeutet diese Druck (check_output (["ls", "../input" weibliche) .decode("utf8"))?

by Guest » 12 Feb 2025, 08:36

Code: Select all

from subprocess import check_output

print(check_output(["ls", "../input"]).decode("utf8"))
Der Code ist von hier https://www.kaggle.com/itoeiji/deep-inf ... stock-data

Ich kenne kleine Python, also kann ich nicht verstehen, was der Zweck dieser Codes ist. < /p>

Top