Python-first-Practice
Python-first-Practice copied to clipboard
Day 1 练习2 最后一个print 有错误
print (type(bd)) 处 应该是b*d
print (type(bd)) # return the type of bd NameError: name 'bd' is not defined