题目内容

假设x=2,则x*=3+5**2的运算结果是什么()

A. 3
B. 25
C. 56
D. 28

查看答案
更多问题

s="python"s.find("h")正确的结果是()

A. 3
B. t
C. h
D. 4

以下哪个是Python不支持的数据类型()

A. list
B. char
C. float
D. int

weight=65 height=1.756print("体重{1:3d}公斤,身高{0:.2f}米。".format(height,weight))运行后正确结果是()

A. 体重 1.76公斤,身高65米。
B. 体重 65公斤,身高1.76米。
C. 体重65公斤,身高1.75米
D. 体重 65公斤,身高1.75米。

import mathmath.ceil(-4.5)math.floor(-4.5)两个函数输出的结果()

A. -5,-4
B. 4,5
C. -4,-4
D. -4,-5

答案查题题库