Luogu exam question Python language | B2002 Hello, World!

Learn Python from a young age! Record the questions in the Luogu Python learning and exam preparation process, and record every moment.

Attached is a summary post: Luogu’s Python language | Summary_Blog of a communicator who loves programming-CSDN Blog


【Description】

Write a program that can output Hello, World!.

【enter】

none

【Output】

none

【Input example】

none

【Example of output】

Hello,World!

【Code Explanation】

print("Hello,World! ")

【operation result】

Hello,World!

Guess you like

Origin blog.csdn.net/guolianggsta/article/details/132745709