Update 'create-dataset.py'
This commit is contained in:
parent
dff0cd8d8f
commit
6e4b09e025
@ -1 +1,7 @@
|
|||||||
print('hello world z dockera')
|
text = "Hello world"
|
||||||
|
|
||||||
|
filename = "file.txt"
|
||||||
|
|
||||||
|
with open(filename, "w") as file:
|
||||||
|
|
||||||
|
file.write(text)
|
Loading…
Reference in New Issue
Block a user