The line of code that displays the floating point number stored in the variable x using 3 decimal places is:单项选择题
A
print("%.3f", x)
B
print("%3.f", x)
C
print("%.3f" % x)
D
print("%3.f" % x)
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
What happens when you run this code?
Consider the following code segment: x = 12 print("%d%%" % x) The output generated by this code segment is:
What is a format specifier?
With advanced string formatting, a format specification can include an alignment character that determines how a value should be aligned within the width of the field.
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!