Cod sursa(job #2281986)
| Utilizator | Data | 13 noiembrie 2018 00:19:43 | |
|---|---|---|---|
| Problema | Santa | Scor | 0 |
| Compilator | py | Status | done |
| Runda | Arhiva de probleme | Marime | 0.11 kb |
import os
test = os.system
test('echo "123" > santa.out')
with open('santa.out', 'w') as f:
f.write('test')
