Python read a file πŸ”
Bro Code Bro Code
2.2M subscribers
84,139 views
2.8K

 Published On Dec 21, 2020

Python reading files tutorial example explained

#python #read #file

try:
with open('test.txt') as file:
print(file.read())
except FileNotFoundError:
print("That file was not found :(")

––––––––––––––––––––––––––––––
Up In My Jam (All Of A Sudden) by - Kubbi Β Β /Β kubbiΒ Β 
Creative Commons β€” Attribution-ShareAlike 3.0 Unportedβ€” CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library Β Β Β β€’Β UpΒ InΒ MyΒ JamΒ (AllΒ OfΒ AΒ Sudden) – Kubb...Β Β 
––––––––––––––––––––––––––––––

show more

Share/Embed