fork download
  1. from random import *
  2.  
  3. federalIcacWhen = randint(1, 30)
  4.  
  5. print ("federal Icac will occur in",federalIcacWhen," years from now")
Success #stdin #stdout 0.02s 11828KB
stdin
Standard input is empty
stdout
federal Icac will occur in 7  years from now