+ 1
Any advice tips on handling files?
3 Answers
+ 4
Here is basic tutorial that i did some months ago:
https://code.sololearn.com/cESZeFlM1cRR/?ref=app
+ 1
What you need , open,close readlines readline while loop everything loke as in c++ but without brackets
0
file handling in python is done using the open() method:
https://www.programiz.com/python-programming/methods/built-in/open