mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
4 lines
80 B
Python
4 lines
80 B
Python
|
from __future__ import print_function
|
||
|
import platform
|
||
|
print(platform.machine())
|