fork download
  1. str = "apalah sesuatu"
  2. if (str[0] == "a"):
  3. print("ya")
Success #stdin #stdout 0.07s 14132KB
stdin
Standard input is empty
stdout
ya