aboutsummaryrefslogtreecommitdiff
path: root/python3.12/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-07-08 00:29:58 +0200
committerEugen Wissner <belka@caraus.de>2025-07-08 00:29:58 +0200
commit1242eb7931a639f7a2ffba87ed1f379533040e0f (patch)
tree7967df25aad81b1fee06bd756dafc0a97a030a6d /python3.12/README
parent0c619d387dc2c29251a899aec1a008bf0a439d69 (diff)
downloadslackbuilds-1242eb7931a639f7a2ffba87ed1f379533040e0f.tar.gz
Add python3.12
Diffstat (limited to 'python3.12/README')
-rw-r--r--python3.12/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python3.12/README b/python3.12/README
new file mode 100644
index 0000000..d5f5097
--- /dev/null
+++ b/python3.12/README
@@ -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.