z = 0
def AP(э):
result = э + 1
return result
def AM(э):
result = э - 1
return result
def BP(э):
result = э * 2
return result
def BM(э):
result = э / 2
return result
print(f'{AM(BP(BP(AP(z))))}')
To embed this project on your website, copy the following code and paste it into your website's HTML: