Python-first-Practice icon indicating copy to clipboard operation
Python-first-Practice copied to clipboard

Day 1 练习2 最后一个print 有错误

Open mklsw opened this issue 7 years ago • 0 comments

print (type(bd)) 处 应该是b*d

print (type(bd)) # return the type of bd NameError: name 'bd' is not defined

mklsw avatar Aug 16 '18 03:08 mklsw