Update 3 - Poetic Analysis.py

This commit is contained in:
Lukas Baumann 2021-02-22 11:20:58 +01:00 committed by GitHub
parent 87aacd32c5
commit 80e1239159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,4 @@ max = ["", 0]
for i in amount:
if amount[i] > max[1]:
max = [i, amount[i]]
else:
pass
print(max[0])