A. to write
B. write
C. writing
D. have write
第1题:
以下程序的输出结果是 ______。 #include<iostream.h> void main(){ char s1[]=”Hello”,s2[]="World"; char *p1,*p2; int i; p1=s1; p2=s2; for(i=0;i<5;i++) if(*(pl+i)==*(p2+i)) cout<<*(p1+i); }
A.H1
B.Ho
C.10
D.1
第2题:
第3题:
下列Python程序,没有错误的是?
A.print 'Hello, I'm Tom.'
B.Print 'Hello, World!'
C.print 'Hello, this's Tom.'
D.print 'Hello, ' print 'World!'
第4题:
______ include goods,wares,merchandise,and articles of every kind whatsoever except live animals and cargo which by the contract of carriage is stated as being carried on deck and is so carried.
A.Goods
B.Things
C.Items
D.Articles
第5题:
下列Python程序,没有错误的是?
A.print('Hello, I'm Tom.')
B.Print('Hello, World!')
C.print('Hello, ') print('World!')
D.print ('Hello, this's Tom.')
第6题:
3、下列Python程序,没有错误的是?
A.print('Hello, I\'m Tom.')
B.Print('Hello, World!')
C.print('Hello, this's Tom.')
D.print('Hello, ' print 'World!')