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