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.
2 parents 47c5cd0 + efe7884 commit b9833c4Copy full SHA for b9833c4
08-kick-forward/tf-08.py
@@ -5,7 +5,7 @@
5
# The functions
6
#
7
def read_file(path_to_file, func):
8
- with open(path_to_file) as f:
+ with open(path_to_file) as f:
9
data = f.read()
10
func(data, normalize)
11
0 commit comments