Python Code Challenge

186 - What is wrong with the code below?
def calculate_sum(a, b):
    return a + B

print(calculate_sum(2, 3))