fork download
  1. import sys
  2. print(sys.version)
  3. print('POST-OK', 6*7)
  4.  
Success #stdin #stdout 0.07s 14048KB
stdin
Standard input is empty
stdout
3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0]
POST-OK 42