``` try: import simplejson except ImportError: import json as simplejson ``` resulst in the error `error: Name 'simplejson' already defined`