2.If Python file and text file are in different folders :
path β entire path of the fileName
workspaces
βββ codespaces-blank
βββ PYTHON LIB
β βββ https://t.co/TgbPVMV0V4 # FILE
βββ DUMMY LIB
βββ textFile.txt
TAG : #PYTHON
WAYS TO NAVIGATE FILE PATH IN FILE HANDLING :
1. If Python file and text file are in the same folder:
Path β directly use the file name.
PYTHON LIB #folder
βββ textFile.txt #textFile
βββ https://t.co/TgbPVMV0V4 #pythonFile
TAG:#python