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