python基礎練習(七)

統計所輸入字符串中單詞的個數,單詞之間用空格分隔。python str_1 = input("請輸入字符串:") n = 1 if n< len(str_1): n=n+1 for i in str_1: m = str_1.count(' ') print("其中的單次總數是:{}個".format(m+1)) 編寫程序,刪除一個list裏面的重複元素。web a = [1, 2, 4,
相關文章
相關標籤/搜索