Teknik Informatika/Python/If

if len(sys.argv) >=2 and sys.argv[1] == 'py2exe':
    print('Cannot import py2exe')
    exit(1)