Sounds which are produced with both the upper lip and the lower lip are called bilabials.()
第1题:
执行下列命令后,屏幕上显示的结果是______。RR="FORTRAN"?UPPER(SUBSTR(RR,1,1))+LOWER(SUBSTR(RR,2))
A.FORTRAN
B.ForTRAN
C.Fortran
D.forTRAN
第2题:
第3题:
4、已知a='pYthon',下面哪条语句可以令b为第一个字母大写的字符串'Python'。
A.b=a.lower()
B.b=a.upper()
C.b=a[0].upper()+a[1:].lower()
D.b=a[1].upper()+a[2:].lower()
第4题:
A、NSIP
B、DIP
C、COP
D、UIP
E、LIP
第5题:
【单选题】下列代码中,能够将列表项目符号设置为大写英文字母的是()。
A.ul{ list-style-type: lower-alpha;}
B.ol{ list-style-type: lower-alpha;}
C.ul{ list-style-type: upper-alpha;}
D.ol{ list-style-type: upper-alpha;}
第6题:
已知a='pYthon',下面哪条语句可以令b为第一个字母大写的字符串'Python'。
A.b=a.lower()
B.b=a.upper()
C.b=a[0].upper()+a[1:].lower()
D.b=a[1].upper()+a[2:].lower()