单项选择题
s=‘helloworld’,s[-4:]的值是()
A.hell B.hello C.world D.orld
单项选择题 isinstance(‘aaa’,str)的返回值是()
单项选择题 python中,type(‘hello’)的返回值是()
判断题 在python中,字典中的键与值成对出现。