• 2022-06-05 问题

    ‎由字符串 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()

  • 2022-06-05 问题

    由字符串 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()

  • 2022-07-26 问题

    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:

  • 2022-06-06 问题

    属于字符串方法的是() A: upper B: lower C: isupper D: islower

    属于字符串方法的是() A: upper B: lower C: isupper D: islower

  • 2022-06-11 问题

    下面表达式求值分别是什么? ‘Hello’.upper() ‘Hello’.upper().isupper() ‘Hello’.upper().lower()

    下面表达式求值分别是什么? ‘Hello’.upper() ‘Hello’.upper().isupper() ‘Hello’.upper().lower()

  • 2022-05-29 问题

    在python中,字符串的方法有() A: replace B: isalpha C: islower D: isupper

    在python中,字符串的方法有() A: replace B: isalpha C: islower D: isupper

  • 2022-06-26 问题

    判断字符串是否全是字母的字符串方法是()。 A: isalpha() B: isdigit() C: isalnum() D: isupper()

    判断字符串是否全是字母的字符串方法是()。 A: isalpha() B: isdigit() C: isalnum() D: isupper()

  • 2022-10-24 问题

    下列选项中输出结果是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'

  • 2022-05-26 问题

    以下表达式的值为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')

  • 2022-07-02 问题

    机械零件的强度条件可以写成____。 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]τ

  • 1 2 3 4 5 6 7 8 9 10