Python语句print(ye(1/2))的输出结果是哪一项?A.<class 'int'>B.<class 'number'>C.<class 'float'>D.class <'double'>
Python语句print(ye(1/2))的输出结果是哪一项?
A.<class 'int'>
B.<class 'number'>
C.<class 'float'>
D.class <'double'>
参考答案和解析
A
相关考题:
语句:print sgn(-6^2)+Abs(-6^2)+int(-6^2)的输出结果是( )A.-36B.1C.-1D.-7252967.以下语句a=sqr(3)print format(a,####.###)的输出结果是( )A.1.732B. 0001.732C.###1.732D. 1.7320
语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1S 语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1D.-72
下面四个语句中,输出逻辑为“真”的是()。A.Print Not(3+51 And 32 Or 2 下面四个语句中,输出逻辑为“真”的是( )。A.Print Not(3+5<4+6)B.Print2>1 And 3<2C.Print 1>2 Or 2>3D.Print Not(1>2)
填空题语句print(3+28/2-12//3)的输出结果是()。