for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
a = 10
def b(x: int, y: int) -> str:
return str(x + y)