问题详情
在屏幕上打印输出HelloWorld,使用的Python语句是()
A、print("HelloWorld")
B、println("HelloWorld")
C、print(HelloWorld)
D、printf("HelloWorld")