14. 在 Python 程式語言中,下列哪些執行結果為 1 ? (A)print("%d" % (3**0)) (B)print("%d" % (3>2)) (C)print("%d" % (3%2)) (D)print("%d" % (3<2)) (E)print("%d" % (3/2))