在线名词解释大全 - Python程序设计 - 详细

10 ()Givenastrings="Welcome",whichofthefollowingcodeiscorrect?

A
print(s[0])
B
print(s.lower())
C
s[1] = 'r'
D
print(s.strip())
正确答案:
相关推荐
扫描二维码
关注公众平台