實施例的順序的字符:排序變量的使用量(PYTHON)
輸入數據進行排序: 「Hello World」 的 排列:[ 「L」,如圖3所示, 「○」,2「, 「,1,」H「,1,」W「,1,」d「,1,」e「,1,」r「,1] 以ASCII碼的順序 所以我希望它按順序進入表格它出現的次數與角色出現的次數有關。
#Like this
uncompressedInput = input("Enter data to compress: ")
# user inputted "abc"
print("Analysing...")
#sorted = str.sort(uncompressedInput)
#print(sorted)
# ["a", 1, "b", 1, "c", 1]
的https://stackoverflow.com/questions/2600191/how-can-i-count-the-occurrences-of-a-list-item-in-python –
可能重複的重複[我如何計算Python中列表項的出現?](https://stackoverflow.com/questions/2600191/how-can-i-count-the-occurrences-of-a-list-item-in- python) –