We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e637607 commit 02f2099Copy full SHA for 02f2099
type_hint_arrow_samples/mismatched_return_type_example.py
@@ -4,4 +4,3 @@ def get_number_of_titles(titles: list) -> str:
4
5
game_titles_list = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
6
print(f"Number of titles: {get_number_of_titles(game_titles_list)}")
7
-
0 commit comments