Python中使用print()函数输出混合信息时,通常采用____表示一个槽位置,以便控制format()中变量的打印格式。
第1空:[br][/br]{};花括号;大括号
举一反三
内容
- 0
print()函数和format()方法不可以将结果以特定格式输出。
- 1
【填空题】下列Python语句的输出结果是____。 print("1".rjust(20," ")) print(format("121",">20")) print(format("12321",">20"))
- 2
print函数格式化输出使用______函数 A: float B: int C: format D: replace
- 3
print()函数和format()方法不可以将结果以特定格式输出。 A: 正确 B: 错误
- 4
中国大学MOOC: print()函数和format()方法不可以将结果以特定格式输出。