Python read a file 🔍

Описание к видео Python read a file 🔍

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...  
––––––––––––––––––––––––––––––

Комментарии

Информация по комментариям в разработке