Skip to main content
Active reading.
Source Link
Peter Mortensen
  • 31.3k
  • 22
  • 109
  • 132

os.system does not allow you to store results, so if you want to store results in some list or something, a subprocess.call works.

os.system does not allow you to store results, so if you want to store results in some list or something subprocess.call works.

os.system does not allow you to store results, so if you want to store results in some list or something, a subprocess.call works.

added 5 characters in body
Source Link
Mariusz Jamro
  • 31.4k
  • 25
  • 125
  • 167

'os.system'os.system does not allow you to store results, so if you want to store results in some list or something 'subprocess.call'subprocess.call works.

'os.system' does not allow to store results so if you want to store results in some list or something 'subprocess.call' works.

os.system does not allow you to store results, so if you want to store results in some list or something subprocess.call works.

Source Link

'os.system' does not allow to store results so if you want to store results in some list or something 'subprocess.call' works.