Skip to content

Repositório com anotações sobre as áreas mais recorrentes de Python

Notifications You must be signed in to change notification settings

de-gratis/python-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repositório com anotações sobre os temas mais recorrentes de Python

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])

About

Repositório com anotações sobre as áreas mais recorrentes de Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published