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 41d957a commit 32eb171Copy full SHA for 32eb171
type_hint_arrow_samples/none_return_type_hint_example.py
@@ -4,5 +4,6 @@ def find_keyword_in_titles(list, keyword) -> None:
4
if keyword in game_title:
5
print(f"{game_title}")
6
7
+
8
game_titles_list = ["Dragon Quest", "Final Fantasy", "Age of Empires"]
-find_keyword_in_titles(game_titles_list, "Final")
9
+find_keyword_in_titles(game_titles_list, "Final")
0 commit comments