Basics - Python Developer Interview: File I/O
File I/O in python. This is the most commonly used and one of the most important topics in Python.
Why do we use files?
In python, we can provide inputs to our program through input() and provide output of the program using print() but will that las...
gayatri.hashnode.dev3 min read