fork download
  1. # your code goes here
  2. s = "Hello World"
  3. print(s.find("o", 6))
Success #stdin #stdout 0.13s 14060KB
stdin
Standard input is empty
stdout
7