Fix typo
This commit is contained in:
@@ -25,7 +25,7 @@ txt = input("Text: ")
|
|||||||
info = Counter(txt).most_common()
|
info = Counter(txt).most_common()
|
||||||
# change the list into ascending order
|
# change the list into ascending order
|
||||||
info.reverse()
|
info.reverse()
|
||||||
# create list for character tupl es
|
# create list for character tuples
|
||||||
nodes = []
|
nodes = []
|
||||||
# create list for node usage frequencies
|
# create list for node usage frequencies
|
||||||
frequencies = []
|
frequencies = []
|
||||||
|
|||||||
Reference in New Issue
Block a user