Python word checker

后端 未结 0 1912
再見小時候
再見小時候 2021-01-12 09:08

"""

emp = []

def run(first, second):
     front_index = 0
     back_index = 0
     if len(first) > len(second):
         front = second
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题