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
#. If there is a file, display its content at the screen.
147
+
#. If there is no file, ask the user to enter text. When the user enters exactly "!DONE!", on a single line, without the quotes, write the text entered before !DONE! into a file located at the given path.
148
+
149
+
Your program should be able to handle graciously possible issues (such as an invalid path).
150
+
151
+
Below are two examples of execution, taking place one after the other.
0 commit comments