diff options
Diffstat (limited to 'python/problems/functions_and_modules/en.py')
-rw-r--r-- | python/problems/functions_and_modules/en.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/problems/functions_and_modules/en.py b/python/problems/functions_and_modules/en.py new file mode 100644 index 0000000..1218e73 --- /dev/null +++ b/python/problems/functions_and_modules/en.py @@ -0,0 +1,3 @@ +name = 'Functions and Modules' +description = 'Advanced functions and modules' + |