outer_import_2.7.py import sys import gw_utility.Book def main(): try: print(sys.version) except ImportError as error: # Output expected ...
確定! 回上一頁