i typed these command on python3 on Ubuntu, i expected to have my file open, but it seems that I have not closed the argument and when I press enter the >>> appears at the next line. What am I missing?
import netCDF4 as nc
fn = the path to my file
ds = nc.Dataset(fn)
nothing happened!