Write a program to take input a line from stdin. You have to reverse every word of this line, except for the starting and ending line of the words

前端 未结 0 963
醉话见心
醉话见心 2021-02-04 02:25
def reverseWord(Str):

    i=1

    j=len(Str)-2

    while(i

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