(1)写出语句print(Fraction(9, 5) + 0.2)的运行结果。
(2)编写Python程序输出的结果。
(3)写出下面程序的运行结果。
(4)分析True and "second" or "third"的计算结果是什么,为什么?