单项选择题表达式max(‘hello’)的值是()。

A.h
B.e
C.l
D.o


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题print(’hello’[::-2])的值是()。

A.olh
B.hel
C.llo
D.hlo

2.单项选择题print(‘hello’[::-2])的值是()。

A.olh
B.hel
C.llo
D.hlo

3.单项选择题len(‘helloworld’)的值是()。

A.9
B.10
C.11
D.12

4.单项选择题生成所有字母的关键字是()。

A.ascii
B.unicode
C.ascii_letters
D.digits

5.单项选择题string模块中生成所有数字的关键字是()。

A.ascii
B.unicode
C.ascii_letters
D.digits

6.多项选择题下列是字符串的方法的是()。

A.find
B.replace
C.list
D.isdigit

7.多项选择题下面属于验证码的有()。

A.滑块验证码
B.语音验证码
C.数字验证码
D.短信验证码

8.多项选择题string模块中的属性有哪些()。

A.ascii_letters
B.digits
C.in
D.input

9.多项选择题python常在哪些场合使用()。

A.web开发
B.人工智能
C.爬虫
D.数据分析

10.多项选择题字符串中判断方法有()。

A.isdigit
B.find
C.islower
D.isalpha