defに付いてる->ってどういう意味?[Python] | VasteeLab

Kaggleのコードを読んでいると以下のような記法を見つけた. def greeting(name: str) -> str: return 'Hello ' + name ...