单项选择题
("%s"%"hello")的返回值是()
A.hello B.%s C.%s% D.hello%
单项选择题 s=‘helloworld’,s[-4:]的值是()
单项选择题 isinstance(‘aaa’,str)的返回值是()
单项选择题 python中,type(‘hello’)的返回值是()