Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Notifications You must be signed in to change notification settings

nooh-project/python-notes

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

AltStyle によって変換されたページ (->オリジナル) /