0
/ 10
Write a function called save_stickynote
that receives:
- the name of a file to save, as a
string
- a text note of information to save,...
Write a function called save_stickynote
that receives:
string
string
and a file should be opened (or created if it doesn't exist) with the name provided and the information should be written into that file.
Your feedback will appear here when you check your answer.