diff options
author | piaCOS | 2025-02-01 19:02:43 +0100 |
---|---|---|
committer | piaCOS | 2025-02-01 19:02:43 +0100 |
commit | ceecf5c55e65f45a2fd44c077848b65658de8c40 (patch) | |
tree | bb585178b7ad61e24227e7f1c574bb9928d123d7 /languages/p/python/README.md | |
parent | d49c3de9fb2b51c702c4d0f958c3a7c685201a37 (diff) |
Add examples for the python language
Diffstat (limited to 'languages/p/python/README.md')
-rw-r--r-- | languages/p/python/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/p/python/README.md b/languages/p/python/README.md new file mode 100644 index 0000000..16e20bb --- /dev/null +++ b/languages/p/python/README.md @@ -0,0 +1,8 @@ +### Download Python 3 + +Run with: +``` +python3 lambda-core.py +``` + +*made with python 3.11.5*
\ No newline at end of file |