登录
注册
首页
->
python程序设计
下载题库
表达式 isinstance(‘abc’, str) 的值为______。
答:(True)
继续答题:
下一题
更多python程序设计试题
1
对于数字n,如果表达式 0 not in [n%d for d in range(2, n)] 的值为True则说明n是素数。
2
已知 table = ”.maketrans(‘abcw’, ‘xyzc’),那么表达式 ‘Hellow world’.translate(table) 的值为____________。
3
表达式 len(range(1, 10)) 的值为_。
4
以下不是python中的关键字()
5
表达式 eval(‘[1, 2, 3]’) 的值为________。