We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b461162 + 5e2c61e commit 3ee2cefCopy full SHA for 3ee2cef
python-scripts/checkcpu.py
@@ -6,4 +6,4 @@
6
import multiprocessing
7
8
cpu_count = multiprocessing.cpu_count()
9
-print cpu_count
+print (cpu_count)
0 commit comments