fork download
  1. name = "itehima is a brand of itcast"
  2. num = 0
  3. for x in name:
  4. if x == "a":
  5. num += 1
Success #stdin #stdout 0.06s 63056KB
stdin
Standard input is empty
stdout
Standard output is empty