将字符串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)
s=“Python String”,s.upper()是多少?
s=“Python String”,s.upper()是多少?
中国大学MOOC: s=Python String,则s.upper()值是
中国大学MOOC: s=Python String,则s.upper()值是
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])
The upper limit of the value for Poisson's ratio is .
The upper limit of the value for Poisson's ratio is .
已知字符串对象s = 'Python',以下哪一个表达式的结果是True A: s.upper() == 'python' B: s.lower() == 'python'
已知字符串对象s = 'Python',以下哪一个表达式的结果是True A: s.upper() == 'python' B: s.lower() == 'python'
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
s是一个字符串变量,语句s[0].upper()+s[1:]的功能是________。
s是一个字符串变量,语句s[0].upper()+s[1:]的功能是________。
由字符串 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()