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