From 1242eb7931a639f7a2ffba87ed1f379533040e0f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 8 Jul 2025 00:29:58 +0200 Subject: Add python3.12 --- python3.12/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python3.12/README (limited to 'python3.12/README') 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. -- cgit v1.2.3