5 lines
51 B
Text
5 lines
51 B
Text
|
|
$ \
|
||
|
|
import os
|
||
|
|
exit_code = os.system('ls')
|
||
|
|
\ python
|