https://stackoverflow.com/questions/5336320/how-to-know-function-return-type-and-argument-types
def greeting(name: str) -> str: return 'Hello, {}'.format(name)
No comments:
Post a Comment