在 Python 中,正确的输入语句为[ ] A、x,y=input(请输入两个数据:); B、x=y=input(x,y); C、input()=x,y; D、x,y=input() 发布时间:2025-10-30 07:21:02