print (type(bd)) 处 应该是b*d print (type(bd)) # return the type of bd NameError: name 'bd' is not defined
print (type(bd)) 处 应该是b*d
print (type(bd)) # return the type of bd
NameError: name 'bd' is not defined