Sep 6, 2024
def
to create reusable blocks of code.try
, except
, and finally
to manage errors gracefully.raise
to explicitly raise exceptions.open()
), read (read()
, readline()
, readlines()
), and write (write()
, writelines()
) to files.with
to automatically handle file closure.