fork download
  1. strinput = "HI"
  2. print(strinput.lower() == "hi")
  3.  
  4.  
Success #stdin #stdout 0s 9024KB
stdin
Standard input is empty
stdout
True