(填空题)
表达式type(3)==int的值为()。
正确答案
答案解析
略
相似试题
(填空题)
表达式type(3)in(int,float,complex)的值为()。
(填空题)
表达式type(’3’)in(int,float,complex)的值为()。
(填空题)
表达式type(3+4j)in(int,float,complex)的值为()。
(填空题)
表达式type(3.0)in(int,float,complex)的值为()。
(填空题)
表达式type({3})的值为()。
(填空题)
若a是int型变量,则计算表达式后a的值为()。a=25/3%3
(填空题)
若a是int型变量,则执行下面表达式后,a的值为()。a=25/3%3
(单选题)
x为int型,s为float型,x=3,s=2.5。表达式s+x/2的值为()。
(单选题)
设int a=1,b=2,c=3,d=4;则以下条件表达式的值为()