bugün

static tipli python olarak geçiyor.

guido projenin geliştiricileri arasında https://github.com/python/mypy

bu metodun tipi standart python'a göre farklı mesela. string değer döndürecek bir python metodu olduğunu görebiliyoruz.

def greeting(name: str) -> str:
return 'Hello, {}'.format(name)