fork download
  1. from random import *
  2. n=randint(1,5)
  3. print(n)
Success #stdin #stdout 0.1s 14332KB
stdin
Standard input is empty
stdout
3