当输入为 ‘cbabc’ 时,下列程序的输出结果为?s1=r...=s2*2index+=1prints2
举一反三
- 当输入为 ‘cbabc’ 时,下列程序的输出结果为?s1 = raw_input() index = 0 s2 = '' while index [ len(s1) - 1: if s1[index] ] s1[index + 1]: s2 += s1[index] else: s2 = s2 * 2 index += 1 print s2
- 以下程序的输出结果是 String s1="1",s2="2"; String s=s1+s2; System.out.println(s);
- 设α1,α2,…,αs与β1,β2,…,βt为两个n维向量组,且R(α1,α2,…,αs)=R(β1,β2,…,βt)=r,则______。 A: 两向量组等价 B: R(α1,α2,…,αs,β1,β2,…,βt)=r C: 当α1,α2,…,αs被β1,β2,…,βt)线性表出时,β1,β2,…,βt)也被α1,α2,…,αs线性表出。 D: 当s=t时,两向量组等价。
- 设α1,α2,…,αs和β1,β2,…,βt为两个n维向量组,且秩(α1,α2,…,αs)=秩(β1,β2,…,βt)=r,则()。 A: 这两个向量组等价 B: 秩(α1,α2,…,αs,β1,β2,…,βt)=r C: 当α1,α2,…,αs可以由β1,β2,…,βt线性表出时,这两个向量组等价 D: s=t时,这两个向量组等价
- 已知s="Python语言程序设计",则 print(s[1:4])的输出结果为( ), print(s[-3:-2])的输出结果为( ), print(s[-4:2])的输出结果为( ). 3分