fork download
  1. userInput = "Hi"
  2. if userInput in ['hi', 'HI', 'Hi']:
  3. print("Hello")
  4. else:
  5. print("send nudes")
Success #stdin #stdout 0s 9992KB
stdin
Standard input is empty
stdout
Hello