( 6 )设 x 为 int 型变量,请写出一个关系表达式 【 6 】 ,用以判断 x 同时为 3 和 7的倍数时,关系表达式的值为真。
表达式Val(".123E2")的值( )。A.123B.12.3C.0D.123e2CD
表达式1+2+"hello"+8的值为( )。A.12hello8B.3hello8C.12helloD.不能运算
下列表达式的值为2123的是( )。A.Val("123asd")2000B.Val("123asd")+2000 下列表达式的值为2123的是( )。A.Val("123asd")2000B.Val("123asd")+2000C.Str(123)&"2000"D.Str(123)+"2000"
表达式”hello”instanceofString返回的值是哪项?() A.trueB.falseC.1D.0E.hello
表达式"hello"instanceofString返回的值是哪项?() A.trueB.falseC.1D.0
设x为int型变量,请写出一个关系表达式【 】,用以判断x同时为3和7的倍数时,关系表达式的值为真。
表达式Val(".123E2")的值是( )。A.123B.12.3C.0D.123e2CD
表达式Va1(".123E2")的值是( )。A.123B.12.3C.0D.123e2CD
表达式Val("123E2CD")的值是( )。A.123B.12.3C.0D.123E2CD
表达式int(’123’)的值为()A、123B、123’C、0D、-123
表达式’Hello world’.swapcase().swapcase()的值为。
表达式’Hello world’.lower()的值为()。
表达式’Hello world.I like Python.’.rfind(’python’)的值为()。
表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。
表达式UPPER("abcXYZ123")的值是()。A、ABCXYZ123B、abcxyz123C、abcXYZ123D、ABCxyz123
表达式max(‘hello’)的值是()。A、hB、eC、lD、o
表达式”hello” instanceof String返回的值是哪项?()A、 trueB、 falseC、 1D、 0E、 hello
单选题表达式int(’123’)的值为()A123B123’C0D-123
单选题表达式”hello” instanceof String返回的值是哪项?()A trueB falseC 1D 0E hello
填空题表达式len(’hello world’[100:])的值为()。
单选题表达式UPPER("abcXYZ123")的值是()。AABCXYZ123Babcxyz123CabcXYZ123DABCxyz123
填空题表达式’hello world,hello wevery one’.replace(’hello’,’hi’)的值为()。