第七個作業

      mystr=' name&sam age&18 gender&male number&18 height&180 weight&60 ' print(mystr[::-1]) print(mystr.split("&",6)) print(mystr.find("sam")) print(mystr.index("sam")) print(mystr.find("5
相關文章
相關標籤/搜索