Update 3 - Poetic Analysis.py
This commit is contained in:
parent
87aacd32c5
commit
80e1239159
@ -11,6 +11,4 @@ max = ["", 0]
|
||||
for i in amount:
|
||||
if amount[i] > max[1]:
|
||||
max = [i, amount[i]]
|
||||
else:
|
||||
pass
|
||||
print(max[0])
|
||||
|
Loading…
Reference in New Issue
Block a user