We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc15fc commit 2ef0c8fCopy full SHA for 2ef0c8f
Example/test.py
@@ -5,6 +5,9 @@
5
# The code additionally makes use of the MathCAT library (written in Rust) which is covered by the MIT license
6
# and also (obviously) requires external speech engines and braille drivers.
7
8
+import platform
9
+print(f'architecture={platform.architecture()}')
10
+
11
12
import os
13
import sys
0 commit comments