fork(1) download
  1. # your code goes here
  2. a = "quan tri mang cham com"
  3. for i in range(len(a)):
  4. if a[i] == "a":
  5. print(i)
  6.  
Success #stdin #stdout 0.01s 27696KB
stdin
Standard input is empty
stdout
2
10
16