• 2022-06-28 问题

    将字符串s中的小写字母转换为大写字母,其他字符不变,正确的语句是: A: s=s.lower() B: s=lower(s) C: s=s.upper() D: s=upper(s)

    将字符串s中的小写字母转换为大写字母,其他字符不变,正确的语句是: A: s=s.lower() B: s=lower(s) C: s=s.upper() D: s=upper(s)

  • 2022-06-11 问题

    s=“Python String”,s.upper()是多少?

    s=“Python String”,s.upper()是多少?

  • 2021-04-14 问题

    中国大学MOOC: s=Python String,则s.upper()值是

    中国大学MOOC: s=Python String,则s.upper()值是

  • 2022-06-19 问题

    s=’Python is beautiful! ’ 可以输出“PYTHON”的是 A: print(s[0:7]) B: print(s[0:7].upper()) C: print(s[-21:-14].upper) D: print(s[:-14])

    s=’Python is beautiful! ’ 可以输出“PYTHON”的是 A: print(s[0:7]) B: print(s[0:7].upper()) C: print(s[-21:-14].upper) D: print(s[:-14])

  • 2022-06-19 问题

    The upper limit of the value for Poisson's ratio is .

    The upper limit of the value for Poisson's ratio is .

  • 2022-06-12 问题

    已知字符串对象s = 'Python',以下哪一个表达式的结果是True A: s.upper() == 'python' B: s.lower() == 'python'

    已知字符串对象s = 'Python',以下哪一个表达式的结果是True A: s.upper() == 'python' B: s.lower() == 'python'

  • 2022-06-05 问题

    The stars of China’s National flag are in the ___. A: center B: upper left-hand corner C: upper right-hand corner D: the right-hand corner

    The stars of China’s National flag are in the ___. A: center B: upper left-hand corner C: upper right-hand corner D: the right-hand corner

  • 2021-04-14 问题

    s是一个字符串变量,语句s[0].upper()+s[1:]的功能是________。

    s是一个字符串变量,语句s[0].upper()+s[1:]的功能是________。

  • 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()

  • 1 2 3 4 5 6 7 8 9 10