DeathReaper0965
commited on
Commit
•
c42fa54
1
Parent(s):
2639b66
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,9 @@ widget:
|
|
12 |
example_title: Example 1
|
13 |
- text: >-
|
14 |
def get_file_size(filename):
|
|
|
|
|
|
|
15 |
example_title: Example 2
|
16 |
inference:
|
17 |
parameters:
|
|
|
12 |
example_title: Example 1
|
13 |
- text: >-
|
14 |
def get_file_size(filename):
|
15 |
+
"""
|
16 |
+
Return the size of a file, reported by os.stat().
|
17 |
+
"""
|
18 |
example_title: Example 2
|
19 |
inference:
|
20 |
parameters:
|