77.執行以下Python程式片段,其結果為何?[商技114]
(A)0
(B)1
(C)2
(D)3
x = 8
y = 6
result = (x » 1) + (y « 1)
print(result % 4)

答案:登入後查看
統計: 尚無統計資料