diff options
author | Kyle Serrecchia | 2025-02-01 11:21:58 -0800 |
---|---|---|
committer | GitHub | 2025-02-01 11:21:58 -0800 |
commit | a4d244dc3eeb99528ab1847c261f3474234f0598 (patch) | |
tree | bb585178b7ad61e24227e7f1c574bb9928d123d7 /languages/p/python/README.md | |
parent | d49c3de9fb2b51c702c4d0f958c3a7c685201a37 (diff) | |
parent | ceecf5c55e65f45a2fd44c077848b65658de8c40 (diff) |
Merge pull request #7 from PiaCOS/python
Looks good! Thank you!
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 |