In China, you will find the following Multinational Hotel Groups as ( ).
A. America's Cendant Corp.
B. America's Marriott International
C. France's Accor Hotel Group
D. America's Hilton Hotels Corp.
第1题:
A.Organization
B.AAA
C.RBAC
D.Groups
第2题:
HOTEL一词最早源于法语。
第3题:
以下对于字符串的相关操作,正确的输出结果是哪些选项?
A.>>> 'Life is short, you need Python.'.find('you') 15
B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'
C.>>> print('{:5.3f}'.format(math.pi)) 3.1416
D.>>> print('you' in 'Life is short, you need Python.') True
第4题:
第5题:
HOTEL一词起源于()
A.法国
B.英国
C.美国
D.意大利
第6题:
9、以下对于字符串的相关操作,正确的输出结果是哪些选项?
A.>>> 'Life is short, you need Python.'.find('you') 15
B.>>> seq = [1, 2, 3, 4]; >>> sep = '+'; >>> sep.join(seq) '1+2+3+4'
C.>>> print('{:5.3f}'.format(math.pi)) 3.1416
D.>>> print('you' in 'Life is short, you need Python.') True