题目内容

表达式>>> print("{0:#x}".format(10))的运行结果是()。

A. 0XA
B. 0x10
C. 10
D. 0xa

查看答案
更多问题

表达式print("{0:^10.2f}".format(35.689))的运行结果是()。

A. 35.69
B.35.69
C. 35
D.35.69

表达式print("课程:{0:-^15}\n姓名:{1:<15}".format("Python","张三"))的运行结果是()。

A. 课程:----Python姓名:张三
B. 课程:Python-----姓名:张三
C. 课程:----Python-----姓名:张三
D. 课程:Python姓名:张三

表达式'abcdef'[::-1]的值为____。

A. 'abcdef'
B. 'fedcba'
C. 'f'
D. 'b'

表达式'abcdef'[1:]的值为____。

A. 'abcdef'
B. 'fdb'
C. 'bcdef'
D. 'abc'

答案查题题库