首页题库练习题目详情
Python程序设计单选题中等

以下哪项是正确的f-string格式化方式?

Af'Hello {name}'
Bf'Hello {name} age {age}'
Cf'Hello {name}, age {age}'
D以上都是