We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b05ff commit d15dc45Copy full SHA for d15dc45
file-operations/file_utils.py
@@ -13,4 +13,4 @@ def get_file_content(file):
13
def store_file_content(content, file='new_file.txt'):
14
with open(file, 'w') as f:
15
f.write(content)
16
- return f'content stored on {file}'
+ return file
0 commit comments