2016-06-28 7 views

答えて

0
from subprocess import call 
call(['cat', 'readfile.txt', '>>', 'writefile.txt']) 
関連する問題