Add python3.12

This commit is contained in:
2025-07-08 00:29:58 +02:00
parent 0c619d387d
commit 1242eb7931
4 changed files with 193 additions and 0 deletions

5
python3.12/README Normal file
View File

@@ -0,0 +1,5 @@
Python is an interpreted, interactive, object-oriented programming
language that combines remarkable power with very clear syntax.
Python's basic power can be extended with your own modules written in C
or C++. Python is also adaptable as an extension language for existing
applications.