[add]
Two new functions!
> fibonacci(n) for the fibonacci sequence
> write_file(title, text, destination) to write files in a single line of code
Adding the docs for these two functions
[fix]
Renamed file actions to prevent confusion with open and write and built-in functions with the same name.
Fixing the docs for file actions
Adding the advanced category in the table of content [readme]