input("gc") try: import gc except Exception as ex: print(ex.errno) input("ugc") try: import ugc except Exception as ex: print(ex.errno)