summaryrefslogtreecommitdiff
path: root/python3.12/README
diff options
context:
space:
mode:
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.