This website requires JavaScript.
Explore
Help
Sign In
s434686
/
ium_z434686
Watch
1
Star
0
Fork
0
You've already forked ium_z434686
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b92d856ea9
ium_z434686
/
create-dataset.py
7 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
Update 'create-dataset.py'
2023-04-18 22:45:32 +02:00
text
=
"
Hello world
"
filename
=
"
file.txt
"
with
open
(
filename
,
"
w
"
)
as
file
:
file
.
write
(
text
)
Reference in New Issue
Copy Permalink