题目运行下列代码后,x的值是8。 x = int(-(5 - 2j).imag) x **= int(3.8)运行下列代码后,x的值是8。 x = int(-(5 - 2j).imag) x **= int(3.8)题目解答答案正确