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