fork download
  1. import platform
  2. print(platform.architecture())
Success #stdin #stdout 0.27s 16912KB
stdin
Standard input is empty
stdout
('64bit', 'ELF')