单项选择题

在Python中,如何检查一个变量是否存在?()

A.if ’var’in locals()
B.if var
C.if exists(var)
D.if ’var’in globals()