fork download
  1. txt = "The rain in Spain stays mainly in the plain"
  2. x = "ain" not in txt
  3. print(x)
Success #stdin #stdout 0.01s 7168KB
stdin
Standard input is empty
stdout
False