下列程序段运行后,输出结果相同是( )。
print(type(ord('3')))
print(type(abs(-3)))
print(type(1+2 == 3))
print(type((1,2,3)[0:]))