diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/functions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/functions.py b/python/functions.py new file mode 100644 index 00000000..4f005456 --- /dev/null +++ b/python/functions.py @@ -0,0 +1,2 @@ +def test_function(): + print("Hello World!") |