matches = r.json()['results'][i]['matches']
# for match in matches:
# print(f"{match['matched_name']}, {match['score']:.3f}")
print([[match['matched_name'], round(match['score'], 3)] for match in matches])
-
Notifications
You must be signed in to change notification settings - Fork 0
nooh-project/python-notes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Repositório com anotações sobre as áreas mais recorrentes de Python
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published