We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633f0be commit 56e7cb3Copy full SHA for 56e7cb3
1 file changed
type-hint-arrow-samples/str_return_type_hint_example.py
@@ -7,4 +7,3 @@ def get_game_recommendation(titles: list[str]) -> str:
7
8
games = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
9
print(f"Random recommendation: {get_game_recommendation(games)}")
10
-
0 commit comments