Python程序設計week03Q2

這是中國大學MOOCPython課程第三週測驗的第二道編程題 字符串分段組合 s = input() strings = s.split('-') print(strings[0] + '+' + strings[-1])
相關文章
相關標籤/搜索