1,760
edits
Changes
→PART 2 - Running System Commands with subprocess
'''Perform the Following Steps:'''
:#The os module has another function called '''popen()''' which is capable of launching a Linux command as a process and capture its output and then return it the to the caller.
:#Create a new python file for testing.
:#Import the '''''os''''' module in your python file.