fork(2) download
  1. from random import*;c=choice;r=range(1,7);u=c(r);l=c(list(set(r)-{u,u^7}));print(r''' ________
  2. /\ \
  3. / \%4d \
  4. { %d }-------}
  5. \ /%4d /
  6. \/_______/'''%(u,l,3*u*l*(u*u-l*l)%7))
Success #stdin #stdout 0.04s 44896KB
stdin
Standard input is empty
stdout
   ________
  /\       \
 /  \   6   \
{ 3  }-------}
 \  /   2   /
  \/_______/