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

以下代码的输出是什么? name = 'Alice' print(f'Hello {name}')

AHello Alice
BHello {name}
CHello Alice 设置
DHello {name} 设置