判断题

下面Python执行后将输出2*3=6。 ( )

a, b = 2, 3

print(f"{a}*{b}={a*b}")

A

B

赣ICP备20007335号-2