# find() 可以找到find()裡面的索引值。 ```python= s="rte" for i in s : print(s.find("r")) ```