python中raw_input().strip().split()

一、strip()方法html strip() 方法用於移除字符串頭尾指定的字符(默認爲空格)。python strip()方法語法:this str.strip([chars]) 參數是chars-- 移除字符串頭尾指定的字符. 例子以下:spa #!/usr/bin/python str = "HHHH I am a student HHHHH"; print str.strip( 'H'
相關文章
相關標籤/搜索