Subprocess Sistem tidak dapat menemukan file yang ditentukan

import subprocess
subprocess.run("ls", shell=True) #shell = True
Obnoxious Otter