diff options
author | PiaCOS | 2025-02-01 19:39:14 +0000 |
---|---|---|
committer | GitHub | 2025-02-01 19:39:14 +0000 |
commit | bc2fa5e29f54f6f245f8e080ec1f415aacfa6061 (patch) | |
tree | ad7568a99d8454206e51926d3909ea6909cdcf4b /languages/p/python/README.md | |
parent | d531c3e3b05aa29c3396e902e6a4e81a922ff017 (diff) | |
parent | a4d244dc3eeb99528ab1847c261f3474234f0598 (diff) |
Merge branch 'kserrec:main' into go
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 |