DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python create file if not exists
import os if not os.path.exists(path): with open(path, 'w'):
PREVIOUS
NEXT
Tagged:
#python
#create
#file
#exists
ADD COMMENT
Topic
COMMENT
Name
9+3 =
Submit