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 3b9b2a1 commit 3e3280eCopy full SHA for 3e3280e
type_hint_arrow_samples/str_return_type_hint_example.py
@@ -1,5 +1,6 @@
1
import random
2
3
+
4
def get_game_recommendation(titles: list) -> str:
5
return random.choice(titles)
6
0 commit comments