Function

def myFunction(number: int, another: int) ->  bool:  
    return True

since Python3.9 (type of entities in list)

def myFunction(number: int, another: str) ->  list[str]:  
    return ["fdfdf", "erwer", "werw"]