My issue
My code
# Update the '_' in the code below with the expected output
print("For A = 3 and C = 4, the output is", _)
print("For A = 3 and C = 5, the output is", _)
print("For A = 2 and C = 4, the output is", _)
print("For A = 2 and C = 5, the output is", _)
Learning course: Python for problem solving - 1
Problem Link: CodeChef: Practical coding for everyone