The proper way to check if a variable x is not None in Python is to use if x is not None . if x is not None: # do something ...
確定! 回上一頁