由字符串 s = 'hello world' 获得 'Hello World' 的方法为? A: s.title() B: s.capitalize() C: s.upper() D: s.isupper()
由字符串 s = 'hello world' 获得 'Hello World' 的方法为? A: s.title() B: s.capitalize() C: s.upper() D: s.isupper()
由字符串 s = 'hello world' 获得 'Hello World' 的方法为? A: s.title() B: s.capitalize() C: s.upper() D: s.isupper()
由字符串 s = 'hello world' 获得 'Hello World' 的方法为? A: s.title() B: s.capitalize() C: s.upper() D: s.isupper()
The preprocessing command is required if the string operator function (e.g. isupper) is called. A:
The preprocessing command is required if the string operator function (e.g. isupper) is called. A:
属于字符串方法的是() A: upper B: lower C: isupper D: islower
属于字符串方法的是() A: upper B: lower C: isupper D: islower
下面表达式求值分别是什么? ‘Hello’.upper() ‘Hello’.upper().isupper() ‘Hello’.upper().lower()
下面表达式求值分别是什么? ‘Hello’.upper() ‘Hello’.upper().isupper() ‘Hello’.upper().lower()
在python中,字符串的方法有() A: replace B: isalpha C: islower D: isupper
在python中,字符串的方法有() A: replace B: isalpha C: islower D: isupper
判断字符串是否全是字母的字符串方法是()。 A: isalpha() B: isdigit() C: isalnum() D: isupper()
判断字符串是否全是字母的字符串方法是()。 A: isalpha() B: isdigit() C: isalnum() D: isupper()
下列选项中输出结果是True的是( )。 A: "Python".isupper() B: 'A'>'a' C: "Python".islower() D: 'abc'>'ab'
下列选项中输出结果是True的是( )。 A: "Python".isupper() B: 'A'>'a' C: "Python".islower() D: 'abc'>'ab'
以下表达式的值为True的是: A: 'Hello'.isupper() B: 'h' in 'Hello' C: 'b' in {'a':'b', 'c':'d', 'e':'f'} D: eval('1')==int('1')
以下表达式的值为True的是: A: 'Hello'.isupper() B: 'h' in 'Hello' C: 'b' in {'a':'b', 'c':'d', 'e':'f'} D: eval('1')==int('1')
机械零件的强度条件可以写成____。 A: σ≤[σ],τ≤[τ]或Sσ≤[S]σ,Sτ≤[S]τ B: σ≥[σ],τ≥[τ]或Sσ≥[S]σ,Sτ≥[S]τ C: σ≤[σ],τ≤[τ]或Sσ≥[S]σ,Sτ≥[S]τ D: σ≥[σ],τ≥[τ]或Sσ≤[S]σ,Sτ≤[S]τ
机械零件的强度条件可以写成____。 A: σ≤[σ],τ≤[τ]或Sσ≤[S]σ,Sτ≤[S]τ B: σ≥[σ],τ≥[τ]或Sσ≥[S]σ,Sτ≥[S]τ C: σ≤[σ],τ≤[τ]或Sσ≥[S]σ,Sτ≥[S]τ D: σ≥[σ],τ≥[τ]或Sσ≤[S]σ,Sτ≤[S]τ