create text file in directory python linux

Solutions on MaxInterview for create text file in directory python linux by the best coders in the world

showing results for - "create text file in directory python linux"
Maya
25 Mar 2016
1import os.path
2f = open(os.path.expanduser(os.path.join("~/Desktop",boyka + ".txt")), "a")