You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromilioimportread, writecontent=read('filename')
write('filename', content)
# there is fread=read and fwrite=write so you can import them# from ilio import fread, fwrite
About
python inline io, just one function call instead of file open(), read(), close()