open()
open() is built into Python. You do not import it. Freshers only need one honest call and the printed result — not a long definition.
open() — output — Hi Asha. Same idea as open("notes.txt").read().
Wrong type often raises TypeError. Empty values matter for bool/all/any. Don’t mix open up with a similar name (sorted vs sort, int vs float).
with open(...) as f
│ read / write
▼
auto closeExam tip
Call open() once and say what prints.