fork download
  1. to_be = bool("Maybe?")
  2. print(to_be or not to_be)
Success #stdin #stdout 0.01s 9992KB
stdin
Standard input is empty
stdout
True