You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
287 B

{% calculate run = '/usr/bin/python' %}
import os
text = '''Please, take this and run
far away, far away from me
I am tainted
And happyness, and peace of mind
Was never meant for me.'''
os.mkdir('./dir_68')
with open('./dir_68/file_0', 'w') as output_file:
output_file.write(text)