pilot
pilot copied to clipboard
程序基本结构(三)中例题,运行结果出错
a = 42 if n != 0: a = a / n
NameError Traceback (most recent call last)
NameError: name 'n' is not defined
就……n 没定义过呀……