fork download
  1. family = 12
  2. if family <= 12:
  3. print("big family")
  4. else:
  5. print("small family")
Success #stdin #stdout 0.11s 14140KB
stdin
Standard input is empty
stdout
big family